Open liooge opened 1 month ago
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
https://github.com/iyear/tdl/issues/264
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