tgdante2 icon indicating copy to clipboard operation
tgdante2 copied to clipboard

Not connected

Open 0x9a opened this issue 5 years ago • 1 comments

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

0x9a avatar Dec 02 '18 20:12 0x9a

Did you open 1080 port?

radiocity avatar Apr 03 '19 08:04 radiocity