luci-app-passwall: sync upstream

last commit: de56dfe862
This commit is contained in:
actions 2024-06-28 09:30:06 +08:00
parent 7cf3f43257
commit 552ee1e3f7

View File

@ -176,11 +176,11 @@ o:depends("week_update", "8")
o.rmempty = true o.rmempty = true
o = s:option(Value, "user_agent", translate("User-Agent")) o = s:option(Value, "user_agent", translate("User-Agent"))
o.default = "sing-box/9.9.9" o.default = "v2rayN/9.99"
o:value("curl", "Curl Default") o:value("curl", "Curl")
o:value("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Linux") o:value("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Linux")
o:value("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Windows") o:value("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0", "Edge for Windows")
o:value("Passwall/OpenWrt", "PassWall") o:value("Passwall/OpenWrt", "PassWall")
o:value("sing-box/9.9.9", "Xboard(V2board)") o:value("v2rayN/9.99", "V2rayN")
return m return m