Skip to content

Commit 07704f8

Browse files
committed
passwall : fix bug
1 parent 54e0e82 commit 07704f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lienol/luci-app-passwall/luasrc/model/cbi/passwall/node_config.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ if is_installed("trojan") or is_finded("trojan") then
9090
type:value("Trojan", translate("Trojan"))
9191
end
9292

93-
--[[v2ray_protocol = s:option(ListValue, "v2ray_protocol",
93+
v2ray_protocol = s:option(ListValue, "v2ray_protocol",
9494
translate("V2ray Protocol"))
9595
v2ray_protocol:value("vmess", translate("Vmess"))
9696
v2ray_protocol:depends("type", "V2ray")
97-
--]]
9897

9998
v2ray_balancing_node = s:option(DynamicList, "v2ray_balancing_node",
10099
translate("List of backup nodes"), translate(

0 commit comments

Comments
 (0)