mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
Merge branch 'master' of https://github.com/coolsnowwolf/lede
This commit is contained in:
commit
bcee90c6d4
@ -46,7 +46,7 @@ local v2ray = {
|
||||
streamSettings = {
|
||||
network = server.transport,
|
||||
security = (server.tls == '1') and "tls" or "none",
|
||||
allowInsecure = (server.insecure == "1") and true or false,
|
||||
tlsSettings = {allowInsecure = (server.insecure == "1") and true or false,},
|
||||
kcpSettings = (server.transport == "kcp") and {
|
||||
mtu = tonumber(server.mtu),
|
||||
tti = tonumber(server.tti),
|
||||
@ -84,4 +84,4 @@ local v2ray = {
|
||||
}
|
||||
}
|
||||
}
|
||||
print(json.stringify(v2ray))
|
||||
print(json.stringify(v2ray))
|
||||
|
Loading…
Reference in New Issue
Block a user