ocserv: when default-domain is set, enable split-dns
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 23 Nov 2015 23:18:00 +0000 (00:18 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 23 Nov 2015 23:18:00 +0000 (00:18 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
net/ocserv/Makefile
net/ocserv/files/ocserv.conf.template

index 5cf3265d311c16a7381414f53a5d105f25ce7b87..f205ba0a95d7971d75abc5443eae940fc93aef12 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ocserv
 PKG_VERSION:=0.10.9
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_USE_MIPS16:=0
 
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
index 9a5f195c618fc8171c8bade58f6f7802dea79d90..24ae2f0ec9067e8a17208e301d4f99d8606c3864 100644 (file)
@@ -271,7 +271,7 @@ ipv4-netmask = |NETMASK|
 
 # The domains over which the provided DNS should be used. Use
 # multiple lines for multiple domains.
-#split-dns = example.com
+|ENABLE_DEFAULT_DOMAIN|split-dns = |DEFAULT_DOMAIN|
 
 # 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.