You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我把tun2socks和V2ray 引入到一个仓库,使用go moblie编译为安卓aar.
仿照了tun2socks main里面import
如果引入:
_ "github.com/xjasonlyu/tun2socks/v2/dns"
会导致 v2ray报错, 变成::1了
app/proxyman/outbound: failed to process outbound traffic > proxy/trojan: failed to find an available destination > common/retry: [dial tcp: lookup xxxxx.com on [::1]:53: read udp [::1]:45823->[::1]:53: read: connection refused dial tcp: lookup xxxxx.com on [::1]:53: read udp [::1]:48040->[::1]:53: read: connection refused dial tcp: lookup xxxxx.com on [::1]:53: read udp [::1]:46585->[::1]:53: read: connection refused dial tcp: lookup xxxxx.com on [::1]:53: read udp [::1]:45402->[::1]:53: read: connection refused dial tcp: lookup xxxxx.com on [::1]:53: read udp [::1]:40691->[::1]:53: read: connection refused] > common/retry: all retry attempts failed
如果不引入,
v2ray能够正常解析,但tun2socks偶尔会报:
level=warning msg="[UDP] write udp 8.8.8.8:53: connection was refused"
而且奇怪的是能翻墙成功,但是没完全成功,比如现象就是能上youtube但是不能看youtue视频
大佬能帮帮看看,怎么处理这个问题呢。
Best Regards!
Beta Was this translation helpful? Give feedback.
All reactions