Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 431 Bytes

socks-proxy-server

Usage

Clone the repo

git clone https://github.com/the-other-sunny/socks-proxy-server.git
cd socks-proxy-server

Set IFNAME to the desired interface and start the container

IFNAME=enp0s20f0u2 docker compose up

Server is now available on port 1080

curl --socks5 localhost:1080 ipinfo.io

Cleanup

To free resources created by docker

docker compose down