luci-app-ipsec-vpnd: code alignment

This commit is contained in:
Beginner-Go 2022-06-09 17:51:03 +00:00
parent 120784ab10
commit ab0210a0c0
3 changed files with 36 additions and 38 deletions

View File

@ -12,14 +12,14 @@ enabled.default = 0
enabled.rmempty = false
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.datatype = "ip4addr"
clientip.optional = false
clientip.rmempty = false
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.datatype = "ip4addr"
clientdns.optional = false
clientdns.rmempty = false

View File

@ -30,5 +30,3 @@ msgstr "禁止开机启动"
msgid "Enable on startup"
msgstr "允许开机启动"