Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created October 31, 2014 12:48
Show Gist options
  • Save PauloLuan/e98d65dae39bf803a378 to your computer and use it in GitHub Desktop.
Save PauloLuan/e98d65dae39bf803a378 to your computer and use it in GitHub Desktop.
Configurando monitoramento de URL's no squid
squid:
adicionar: 'strip_query_terms off' em /etc/squid3/squid.conf
sudo grep -n 'strip_query_terms' /etc/squid3/squid.conf
sudo service squid3 restart # re-inicializa
sudo tail -f /var/log/squid3/access.log # monitora
Pegar o resultado e extrair as urls em: http://www.toolsvoid.com/extract-domains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment