independentt

(UPDATED) High Anonymous Squid Proxy Configuration (Windows)

Apr 12th, 2015 (edited)
29,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
  2. acl localnet src 172.16.0.0/8 # RFC1918 possible internal network
  3. acl localnet src 192.168.0.0/8 # RFC1918 possible internal network
  4. acl localnet src fc00::/7 # RFC 4193 local private network range
  5. acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
  6. acl SSL_ports port 443-65535
  7. acl Safe_ports port 1-65535 # unregistered ports
  8. acl CONNECT method CONNECT
  9. http_access deny CONNECT !SSL_ports
  10. http_access allow localhost manager
  11. http_access deny manager
  12. http_access deny to_localhost
  13. http_access allow localnet
  14. http_access allow all
  15. forwarded_for delete
  16. via off
  17. http_port 0.0.0.0:443
  18. #coredump_dir /var/cache/squid
  19. refresh_pattern ^ftp: 1440 20% 10080
  20. refresh_pattern ^gopher: 1440 0% 1440
  21. refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
  22. refresh_pattern . 0 20% 4320
  23. dns_nameservers 1.1.1.1 1.0.0.1
Add Comment
Please, Sign In to add comment