mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ocserv: Added option to pass split-dns configuration to clients
Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -105,6 +105,22 @@ config ocservusers
|
||||
-----------------------------------------------------------------
|
||||
```
|
||||
|
||||
Setting up split-dns
|
||||
====================
|
||||
|
||||
To allow the clients to resolv with the local domain add the following
|
||||
to the ocserv configuration file.
|
||||
|
||||
```
|
||||
----/etc/config/ocserv-------------------------------------------
|
||||
config ocserv 'config'
|
||||
option split_dns '1'
|
||||
option default_domain 'mydomain'
|
||||
```
|
||||
|
||||
The ```default_domain``` is optional and if not set, it will be autodetected
|
||||
from dnsmasq's configuration.
|
||||
|
||||
|
||||
Setting up the firewall
|
||||
=======================
|
||||
|
||||
Reference in New Issue
Block a user