Skip to content

Instantly share code, notes, and snippets.

@danielchc
Created June 12, 2018 19:28
Show Gist options
  • Save danielchc/a568c43459b192757ea44246c56b1b10 to your computer and use it in GitHub Desktop.
Save danielchc/a568c43459b192757ea44246c56b1b10 to your computer and use it in GitHub Desktop.
Sample Squid remote proxy configuration
acl clients src <IP>
http_access allow clients
http_port 8080
via off
forwarded_for off
follow_x_forwarded_for deny all
request_header_access X-Forwarded-For deny all
header_access X_Forwarded_For deny all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment