update 2026-06-12 22:47:37

This commit is contained in:
action
2026-06-12 22:47:37 +08:00
parent 786e9c6cf2
commit a358a7045c
3 changed files with 4 additions and 4 deletions
@@ -659,7 +659,7 @@ o:depends("type", "hysteria2")
o.rmempty = true
o.default = "0"
o = s:option(Value, "obfs_type", translate("Obfuscation Type"))
o = s:option(ListValue, "obfs_type", translate("Obfuscation Type"))
o:value("", translate("Disable"))
o:value("salamander")
o:value("gecko")
@@ -278,7 +278,7 @@ function wireguard()
allowedIPs = (server.allowedips) or nil,
}
},
kernelMode = (server.kernelmode == "1") and true or false,
noKernelTun = (server.kernelmode == "1") and true or false,
reserved = reserved,
mtu = tonumber(server.mtu)
}