mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Allow loading additional configuration files per user or per group.
The directives currently allowed are: ipv4/6_dns and route.
This commit is contained in:
@@ -169,6 +169,12 @@ output-buffer = 10
|
||||
route = 192.168.1.0/255.255.255.0
|
||||
#route = 192.168.5.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.
|
||||
config-per-user = /etc/ocserv/config-per-user/
|
||||
config-per-group = /etc/ocserv/config-per-group/
|
||||
|
||||
#
|
||||
# The following options are for (experimental) AnyConnect client
|
||||
# compatibility.
|
||||
|
||||
Reference in New Issue
Block a user