Skip to content

Instantly share code, notes, and snippets.

@si294r
Created September 8, 2016 09:25
Show Gist options
  • Save si294r/56abf55cf7b71cf00fa52f09b851c679 to your computer and use it in GitHub Desktop.
Save si294r/56abf55cf7b71cf00fa52f09b851c679 to your computer and use it in GitHub Desktop.
  1. Install Squid
apt-update && apt-get install squid
  1. Edit /etc/squid3/squid.conf
acl alegrium src 122.129.112.154/24
http_access allow alegrium
  1. Restart service
service squid3 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment