Robot5
Robot5
> @yzou Did you manage to support tun2socks in IOS ? I'm trying to make it more stable on iOS.
I think it's better to add a udp-over-tcp feature to shadowsocks protocol, to transfer udp packets over tcp
> **This is a BUG.** UDP association shouldn't use `local_address` and `local_port`, which are only for TCP sockets. This fix will cause issues on server with multiple IP addresses. The...
Hello, tested with the latest release, it still has unable binding issue, but will try again and bind successfully. ``` 2020-09-16T06:31:29.730-04:00 DEBUG [trust_dns_proto::udp::udp_stream] unable to bind port, attempt: 0: Address...
Yes, it's working now, but I think it's a bug of the DNS client library. It should be fixed.
> Since the UDP socket was finally created after retry in 1ms, it shouldn't be an issue, right? And I think the UDP relay issue is not resolved, but just...
> > > Since the UDP socket was finally created after retry in 1ms, it shouldn't be an issue, right? > > > > > > And I think the...
> Since that BUG is fixed, associations creation won't be failed if system has enough ports. No, it's not fixed, after running for about 10 hours, the DNS totally failed,...
Yes, changed something, I use dnsmasq as dns proxy on server.
Add this to build.gradle.kts android section. ``` // for app bundle build, package native .so libs into the bundle packagingOptions { jniLibs { useLegacyPackaging = true } } ```