Skip to content
New issue

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

iOS 通道连接成功后几秒后自动断开,请问能怎么处理呢? #8

Open
T-Damon-J opened this issue Jul 10, 2024 · 2 comments

Comments

@T-Damon-J
Copy link

lazy var config: Config = {
let c = Config()
let general = General(
tunFd: "{{tunFd}}",
loglevel: "info",
logoutput: "{{leafLogFile}}",
dnsServer: ["114.114.114.114", "223.5.5.5"],
alwaysRealIp: ["tracker", "apple.com"],
socksInterface: "127.0.0.1",
socksPort: 1086,
apiInterface: "127.0.0.1",
apiPort: 1087,
routingDomainResolve: true)
var rules = Rule
rules.append(Rule(typeField: "FINAL", target: "Direct"))
c.general = general;
c.rules = rules;
return c
}()

这是config,如果将  tunFd: "{{tunFd}}",去掉后,可以稳定连接,但上不了网,能帮忙看下么?十分感激
@T-Damon-J
Copy link
Author

你好,我这编不出来,报没有flutter.h这个问题,能帮一下忙嘛,可以有偿

可以的,留一下联系方式

@menglinxi
Copy link

你好,我这编不出来,报没有flutter.h这个问题,能帮一下忙嘛,可以有偿

可以的,留一下联系方式

v:345728984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants