This project allows you to run Squid proxy server using Docker Compose.
To start using the project, follow the steps below:
- Open your terminal and clone the project:
git clone https://github.com/MucahidAydin/docker-squid.git cd docker-squid
- To create a new user, follow these steps:
cd conf/users chmod +x ./user_create.sh ./user_create.sh
- Start the Squid proxy by running the following command:
docker-compose up -d
- Allow the port for Squid proxy to be accessible by running the following command:
sudo ufw allow 47477/tcp
- You can test the proxy by using the following command:
curl -x <user>:<password>@<your-ip>:47477 https://httpbin.org/ip