mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-01 22:31:55 +08:00
luci-app-ipsec-vpnd: code alignment
This commit is contained in:
parent
120784ab10
commit
ab0210a0c0
@ -12,14 +12,14 @@ enabled.default = 0
|
|||||||
enabled.rmempty = false
|
enabled.rmempty = false
|
||||||
|
|
||||||
clientip = s:option(Value, "clientip", translate("VPN Client IP"))
|
clientip = s:option(Value, "clientip", translate("VPN Client IP"))
|
||||||
clientip.datatype = "ip4addr"
|
|
||||||
clientip.description = translate("LAN DHCP reserved started IP addresses with the same subnet mask")
|
clientip.description = translate("LAN DHCP reserved started IP addresses with the same subnet mask")
|
||||||
|
clientip.datatype = "ip4addr"
|
||||||
clientip.optional = false
|
clientip.optional = false
|
||||||
clientip.rmempty = false
|
clientip.rmempty = false
|
||||||
|
|
||||||
clientdns = s:option(Value, "clientdns", translate("VPN Client DNS"))
|
clientdns = s:option(Value, "clientdns", translate("VPN Client DNS"))
|
||||||
clientdns.datatype = "ip4addr"
|
|
||||||
clientdns.description = translate("DNS using in VPN tunnel.Set to the router's LAN IP is recommended")
|
clientdns.description = translate("DNS using in VPN tunnel.Set to the router's LAN IP is recommended")
|
||||||
|
clientdns.datatype = "ip4addr"
|
||||||
clientdns.optional = false
|
clientdns.optional = false
|
||||||
clientdns.rmempty = false
|
clientdns.rmempty = false
|
||||||
|
|
||||||
|
@ -30,5 +30,3 @@ msgstr "禁止开机启动"
|
|||||||
|
|
||||||
msgid "Enable on startup"
|
msgid "Enable on startup"
|
||||||
msgstr "允许开机启动"
|
msgstr "允许开机启动"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user