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
it not works on armbian arm64 device, under ipv4 pure network, when set socks5 proxy , in log , it try to connect ipv6 addir
"[2001:67c:4e8:f002::a]:443", "error": "dial error: dial tcp6 [2001:67c:4e8:f002::a]:443: connect: network is unreachable"
export TDL_PROXY=socks5://x.x.x.x:11080 tdl login -T code
login success
Version: 0.17.5 Commit: ec66ab1 Date: 2024-10-03T04:38:23Z
go1.21.13 linux/arm
Linux
No response
The text was updated successfully, but these errors were encountered:
#264
Sorry, something went wrong.
iyear
No branches or pull requests
Describe the bug
it not works on armbian arm64 device, under ipv4 pure network, when set socks5 proxy , in log , it try to connect ipv6 addir
"[2001:67c:4e8:f002::a]:443", "error": "dial error: dial tcp6 [2001:67c:4e8:f002::a]:443: connect: network is unreachable"
To Reproduce
export TDL_PROXY=socks5://x.x.x.x:11080
tdl login -T code
Expected behavior
login success
Version
Version: 0.17.5
Commit: ec66ab1
Date: 2024-10-03T04:38:23Z
go1.21.13 linux/arm
Which OS are you running tdl on?
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: