We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi when i use command:
docker pull schors/tgdante2
mkdir etc
docker run -d -v $PWD/etc:/etc --net=host --restart unless-stopped --name tgdante schors/tgdante2
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
The text was updated successfully, but these errors were encountered:
Did you open 1080 port?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: