Report this

What is the reason for this report?

How to create my own proxies(using squid)

Posted on January 28, 2017

Hi all. I want to learn how to create my own proxies to be used when making purchases. I followed this guide: https://www.digitalocean.com/community/tutorials/how-to-install-squid-proxy-on-ubuntu-12-10-x64

I do not understand Step 3. I’ll be using the proxies on the server i deploy on DigitalOcean. Also how do i automate the steps so i dont have to type everything again for my remaining proxies?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This comment has been deleted

Hi there, just for those like myself whom are Googling for an answer to this;

Referring to: https://wiki.squid-cache.org/SquidFaq/SquidAcl#ACL_elements

It looks like the squid acl setup / config could be set like this:

acl myhost src 100.100.1.100
http_access allow myhost

Where 100.100.1.100 is the client IP you want to allow

I want host ip

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.