How to Make Proxy Server Google Cloud VPS Ubuntu Proxy SQUID 2019 VPN

Look…If you’re looking for the How to Make Proxy Server Google Cloud VPS Ubuntu Proxy SQUID 2019 VPN video, you’ve discovered it. In this step by step guide, you’ll learn exclusive tips from the best engineers…

Ready to watch How to Make Proxy Server Google Cloud VPS Ubuntu Proxy SQUID 2019 VPN?


References:

How to Make Proxy Server Google Cloud VPS Ubuntu Proxy SQUID 2019 VPN

How to Make Proxy Server Google Cloud VPS Ubuntu Proxy SQUID 2019 VPN

sudo passwd
sudo apt-get update
gcloud auth login
gcloud compute firewall-rules create testtest –network default –allow tcp:8080
sudo apt-get install squid3 apache2-utils
sudo mv /etc/squid/squid.conf /etc/squid/squid.conf.default
sudo touch /etc/squid/squid_passwd
sudo chown proxy /etc/squid/squid_passwd
sudo nano /etc/squid/squid.conf

http_port 8080
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/squid_passwd
auth_param basic realm proxy
acl authenticated proxy_auth REQUIRED
http_access allow authenticated
forwarded_for off
request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access WWW-Authenticate allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_header_access Content-Encoding allow all
request_header_access Content-Length allow all
request_header_access Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all

sudo htpasswd /etc/squid/squid_passwd yourlogin
sudo service squid restart

Related reading:

Loading RSS Feed

Did you love this guide? Then watch these related How to Google Cloud tutorials

Leave a Reply