Skip to content

Instantly share code, notes, and snippets.

@EdsonAlcala
Created May 14, 2016 02:02
Show Gist options
  • Save EdsonAlcala/585e520b30e2389d81aafa358e42b93a to your computer and use it in GitHub Desktop.
Save EdsonAlcala/585e520b30e2389d81aafa358e42b93a to your computer and use it in GitHub Desktop.
#install squid
sudo apt-get install squid
#then we edit configuration
cd /etc/squid3
sudo cp squid.conf squid.conf.bak
sudo rm squid.conf
sudo touch sqiud.conf
sudo vim squid.conf
#using vim we add this to the file
http_access allow all
http_port 21777
#then restart squid service
sudo service squid3 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment