Enviado em 15/10/2018 - 22:39h
Bom, preciso bloquear e permitir duas urls especificas que são:
http_port 3128
visible_hostname vmxubuntu32bit
cache_mem 512 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid3 2048 16 256
cache_access_log /var/log/squid3/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl BLKsite dstdomain moodle.fraiburgo.ifc.edu.br
deny_info http://www.ifc.edu.br all
acl rede_local src 192.168.2.0/24
acl palavras_bloqueadas url_regex -i "/etc/squid3/palavras_bloqueadas"
acl sites_bloqueados url_regex -i "/etc/squid3/sites_bloqueados"
acl redes_sociais url_regex -i "/etc/squid3/redes_sociais"
acl sites_liberados url_regex -i "/etc/squid3/sites_liberados"
acl horario_almoco time 12:00-13:00
http_access deny BLKsite all
http_access allow sites_liberados
http_access allow redes_sociais horario_almoco
http_access deny redes_sociais
http_access deny sites_bloqueados
http_access deny palavras_bloqueadas
http_access allow rede_local
http_access allow localhost
http_access deny all
Como aprovar Pull Requests em seu repositório Github via linha de comando
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Como Definir o Painel Principal em Múltiplos Monitores no Linux Mint
Minecraft Launcher para Arch Linux
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Resolvendo o erro "libQt6Widgets.so.6: cannot open shared object file" no Linux