schors / tgdante2

Dockerized Dante socks5 proxy for telegram. Alpine version
The Unlicense
626 stars 67 forks source link

Not connected #23

Open 0x9a opened 5 years ago

0x9a commented 5 years ago

hi when i use command:

pull docker image

docker pull schors/tgdante2

create directory for permanent username database

mkdir etc

start container

docker run -d -v $PWD/etc:/etc --net=host --restart unless-stopped --name tgdante schors/tgdante2

manage users

docker run --rm -ti -v $PWD/etc:/etc --net=host schors/tgdante2 /scripts/add user1 secret1

then give me this response: tg://socks?&user=user1&pass=secret1&port=1080&server=

my socks5 not connect

pls help me for fix it

radiocity commented 5 years ago

Did you open 1080 port?