mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
VPN: OpenVPN: Instances - unhide server fields for DCO, closes https://github.com/opnsense/core/issues/7772
This commit is contained in:
parent
8c32249dd3
commit
fe0c78289d
@ -91,7 +91,7 @@
|
||||
<id>instance.server</id>
|
||||
<label>Server (IPv4)</label>
|
||||
<type>text</type>
|
||||
<style>role role_server_tun</style>
|
||||
<style>role role_server_tun role_server_ovpn</style>
|
||||
<help>
|
||||
This directive will set up an OpenVPN server which will allocate addresses to clients out of the given network/netmask.
|
||||
The server itself will take the .1 address of the given network for use as the server-side endpoint of the local TUN/TAP interface
|
||||
@ -101,7 +101,7 @@
|
||||
<id>instance.server_ipv6</id>
|
||||
<label>Server (IPv6)</label>
|
||||
<type>text</type>
|
||||
<style>role role_server_tun</style>
|
||||
<style>role role_server_tun role_server_ovpn</style>
|
||||
<help>
|
||||
This directive will set up an OpenVPN server which will allocate addresses to clients out of the given network/netmask.
|
||||
The server itself will take the next base address (+1) of the given network for use as the server-side endpoint of the local TUN/TAP interface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user