mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-proto-openvpn: add server_ipv6 parameter
Closes #8558 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -102,6 +102,14 @@ const openvpnOptions = [
|
||||
placeholder: '10.200.200.0 255.255.255.0',
|
||||
label: _('Configure server mode')
|
||||
},
|
||||
{
|
||||
tab: 'general',
|
||||
type: form.Value,
|
||||
name: 'server_ipv6',
|
||||
datatype: 'cidr6',
|
||||
placeholder: '2001:db8::/64',
|
||||
label: _('Configure server Ipv6 mode')
|
||||
},
|
||||
{
|
||||
tab: 'general',
|
||||
type: form.Value,
|
||||
|
||||
Reference in New Issue
Block a user