Created
June 12, 2018 19:28
-
-
Save danielchc/a568c43459b192757ea44246c56b1b10 to your computer and use it in GitHub Desktop.
Sample Squid remote proxy configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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