Sign inSign up

lthn/dante

By lthn

Updated over 3 years ago

Open SOCKSv5 Proxy

Image
3

2.3K

lthn/dante repository overview

Dante SOCKS Proxy

This is an open proxy docker image, you should use it with a gateway to control access.

Test the proxy by asking it to download google.com

replace 127.0.0.1 with the ip/hostname

curl -v -x socks5://127.0.0.1:2020 http://www.google.com/

Run the proxy

docker run -p 2020:2020 lthn/dante

Build with Composer

docker compose up

Compose service

version: '3'
services:
  sockd:
    image: lthn/dante
    restart: always
    ports:
      - "2020:2020"

Tag summary

Content type

Image

Digest

sha256:e5176461f

Size

4.3 MB

Last updated

over 3 years ago

docker pull lthn/dante