doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2014-02-01 19:00:13 +01:00
parent 91ceefb1f3
commit 5bf791bdfa
3 changed files with 13 additions and 5 deletions

View File

@@ -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"