mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
doc update
This commit is contained in:
@@ -165,14 +165,16 @@ dns = 192.168.1.1
|
||||
dns = fe80::1
|
||||
|
||||
# The NBNS server (if any)
|
||||
#ipv4-nbns = 192.168.2.3
|
||||
|
||||
#ipv6-dns =
|
||||
#nbns = 192.168.2.3
|
||||
|
||||
# The IPv6 subnet prefix
|
||||
ipv6-network = fe80::
|
||||
ipv6-prefix = 16
|
||||
|
||||
# The domains over which the provided DNS should be used. Use
|
||||
# multiple lines for multiple domains.
|
||||
split-dns = example.com
|
||||
|
||||
# Prior to leasing any IP from the pool ping it to verify that
|
||||
# it is not in use by another (unrelated to this server) host.
|
||||
ping-leases = false
|
||||
@@ -196,7 +198,7 @@ route = 192.168.1.0/255.255.255.0
|
||||
# Configuration files that will be applied per user connection or
|
||||
# per group. Each file name on these directories must match the username
|
||||
# or the groupname.
|
||||
# The options allowed in the configuration files are ipv?-dns, ipv?-nbns,
|
||||
# The options allowed in the configuration files are dns, nbns,
|
||||
# ipv?-network, ipv?-netmask, ipv6-prefix, rx/tx-per-sec, iroute and route.
|
||||
#
|
||||
# Note that the 'iroute' option allows to add routes on the server
|
||||
@@ -231,3 +233,8 @@ route-del-cmd = "ip route delete %R dev %D"
|
||||
# should be set for them.
|
||||
cisco-client-compat = true
|
||||
|
||||
#Advanced options
|
||||
|
||||
# Option to allow sending arbitrary custom headers to the client after
|
||||
# authentication and prior to VPN tunnel establishment.
|
||||
custom-header = "X-My-Header: hi there"
|
||||
|
||||
Reference in New Issue
Block a user