Skip to content

Dockerized SOCKS proxy server bound to defined network interface.

License

Notifications You must be signed in to change notification settings

the-other-sunny/socks-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized SOCKS proxy server bound to defined network interface.

Resources

License

Stars

Watchers

Forks