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
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}}",去掉后,可以稳定连接,但上不了网,能帮忙看下么?十分感激
The text was updated successfully, but these errors were encountered:
你好,我这编不出来,报没有flutter.h这个问题,能帮一下忙嘛,可以有偿
可以的,留一下联系方式
Sorry, something went wrong.
你好,我这编不出来,报没有flutter.h这个问题,能帮一下忙嘛,可以有偿 可以的,留一下联系方式
v:345728984
No branches or pull requests
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
}()
The text was updated successfully, but these errors were encountered: