|
|
|
@ -391,6 +391,13 @@ default-domain = example.com
|
|
|
|
|
# The IPv6 subnet that leases will be given from.
|
|
|
|
|
#ipv6-network = fda9:4efe:7e3b:03ea::/64
|
|
|
|
|
|
|
|
|
|
# Specify the size of the network to provide to clients. It is
|
|
|
|
|
# generally recommended to provide clients with a /64 network in
|
|
|
|
|
# IPv6, but any subnet may be specified. To provide clients only
|
|
|
|
|
# with a single IP use the prefix 128.
|
|
|
|
|
#ipv6-subnet-prefix = 128
|
|
|
|
|
#ipv6-subnet-prefix = 64
|
|
|
|
|
|
|
|
|
|
# The advertized DNS server. Use multiple lines for
|
|
|
|
|
# multiple servers.
|
|
|
|
|
# dns = fc00::4be0
|
|
|
|
@ -440,6 +447,18 @@ ping-leases = false
|
|
|
|
|
|
|
|
|
|
#no-route = 192.168.5.0/255.255.255.0
|
|
|
|
|
|
|
|
|
|
# If set, the script /usr/bin/ocserv-fw will be called to restrict
|
|
|
|
|
# the user to its allowed routes and prevent him from accessing
|
|
|
|
|
# any other routes. In case of defaultroute, the no-routes are restricted.
|
|
|
|
|
# All the routes applied by ocserv can be reverted using /usr/bin/ocserv-fw
|
|
|
|
|
# --removeall. This option can be set globally or in the per-user configuration.
|
|
|
|
|
#restrict-user-to-routes = true
|
|
|
|
|
|
|
|
|
|
# When set to true, all client's iroutes are made visible to all
|
|
|
|
|
# connecting clients except for the ones offering them. This option
|
|
|
|
|
# only makes sense if config-per-user is set.
|
|
|
|
|
#expose-iroutes = true
|
|
|
|
|
|
|
|
|
|
# Groups that a client is allowed to select from.
|
|
|
|
|
# A client may belong in multiple groups, and in certain use-cases
|
|
|
|
|
# it is needed to switch between them. For these cases the client can
|
|
|
|
|