Enviado em 07/10/2016 - 13:02h
Olá pessoal, tenho uma vps com ubuntu 14.04 LTS e squid3 instalado na mesma.
Porém quando vou usar o proxy squid, ele está bloqueando todos os sites.
Segue abaixo a config do squid:
GNU nano 2.2.6 File: /etc/squid3/squid.conf
acl url1 url_regex -i 127.0.0.1
acl url2 url_regex -i localhost
acl url3 url_regex -i ( IP DO VPS ) Não coloquei o ip no artigo, por motivos de segurança.
acl payload url_regex -i "/etc/squid3/payload.txt"
http_access allow url1
http_access allow url2
http_access allow url3
http_access allow payload
http_access deny all
http_port 8080
http_port 80
http_port 3128
visible_hostname phreaker56
forwarded_for off
via off
Alguém pode me da alguma solução do que posso fazer ?
Porém quando vou usar o proxy squid, ele está bloqueando todos os sites.
Segue abaixo a config do squid:
GNU nano 2.2.6 File: /etc/squid3/squid.conf
acl url1 url_regex -i 127.0.0.1
acl url2 url_regex -i localhost
acl url3 url_regex -i ( IP DO VPS ) Não coloquei o ip no artigo, por motivos de segurança.
acl payload url_regex -i "/etc/squid3/payload.txt"
http_access allow url1
http_access allow url2
http_access allow url3
http_access allow payload
http_access deny all
http_port 8080
http_port 80
http_port 3128
visible_hostname phreaker56
forwarded_for off
via off