User Tools

Site Tools


software:linux:squid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:linux:squid [2016/01/30 20:39] superwizardsoftware:linux:squid [2016/11/13 19:11] (current) superwizard
Line 1: Line 1:
 +====== Routing DNS Through Squid ======
 +
 +From: http://ubuntuserverguide.com/2012/05/how-to-install-and-configure-proxy-server-with-squid3-on-ubuntu-server-12-04-lts.html
 +
 +<code>
 +/etc/squid3/squid.conf
 +#
 +# DNS OPTIONS
 +# ==========
 +#
 +dns_timeout 10 seconds
 +dns_nameservers 192.168.1.1 8.8.8.8 8.8.4.4 # DNS Server
 +#
 +</code>
 +
 +
 +From: 
 +
 +
 +<code>
 +grep -v "^#" /etc/squid/squid.conf | sed -e '/^$/d'
 +</code>
 +
 +
 +=== Firefox Proxy settings ===
 +
 +
 +{{ :software:linux:firefox_proxy_settings_2016-11-12_14_54_00-connection_settings.png?200 |}}
 +
 +
 ====== Squid Package Tuning ====== ====== Squid Package Tuning ======
  
software/linux/squid.1454186387.txt.gz · Last modified: 2016/01/30 20:39 by superwizard