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
你好,我使用Xcode16,Tun2SocksKit4.7.6版本。在ios17.6.1版本使用没有问题,但是在ios16.7.10版本不能进行转发。请问有人遇到这个问题了么?
The text was updated successfully, but these errors were encountered:
这是我的代码
func startTun2socks(){ let socks5Config = """ tunnel: mtu: 1500 socks5: port: 10808 address: 127.0.0.1 udp: 'udp' misc: task-stack-size: 20480 connect-timeout: 5000 read-write-timeout: 60000 log-file: stderr log-level: debug limit-nofile: 65535 """ Tun2SocksKit.Socks5Tunnel.run(withConfig: .string(content: socks5Config)) { code in os_log("启动的code:\(code)") } }
Sorry, something went wrong.
No branches or pull requests
你好,我使用Xcode16,Tun2SocksKit4.7.6版本。在ios17.6.1版本使用没有问题,但是在ios16.7.10版本不能进行转发。请问有人遇到这个问题了么?
The text was updated successfully, but these errors were encountered: