We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e0e82 commit 07704f8Copy full SHA for 07704f8
lienol/luci-app-passwall/luasrc/model/cbi/passwall/node_config.lua
@@ -90,11 +90,10 @@ if is_installed("trojan") or is_finded("trojan") then
90
type:value("Trojan", translate("Trojan"))
91
end
92
93
---[[v2ray_protocol = s:option(ListValue, "v2ray_protocol",
+v2ray_protocol = s:option(ListValue, "v2ray_protocol",
94
translate("V2ray Protocol"))
95
v2ray_protocol:value("vmess", translate("Vmess"))
96
v2ray_protocol:depends("type", "V2ray")
97
---]]
98
99
v2ray_balancing_node = s:option(DynamicList, "v2ray_balancing_node",
100
translate("List of backup nodes"), translate(
0 commit comments