This is an open proxy docker image, you should use it with a gateway to control access.
replace 127.0.0.1 with the ip/hostname
curl -v -x socks5://127.0.0.1:2020 http://www.google.com/
docker run -p 2020:2020 lthn/dante
docker compose up
version: '3'
services:
sockd:
image: lthn/dante
restart: always
ports:
- "2020:2020"
Content type
Image
Digest
sha256:e5176461f…
Size
4.3 MB
Last updated
over 3 years ago
docker pull lthn/dante