Added OPTIONS="-4 -u bind" for ubuntu /etc/default and OPTIONS="-4 -u named" for centos.

This commit is contained in:
Lari Huttunen 2012-01-18 09:21:21 +00:00
parent a0eeff9176
commit 559c6766e8
2 changed files with 45 additions and 0 deletions

5
dns/files/bind9 Normal file
View file

@ -0,0 +1,5 @@
# run resolvconf?
RESOLVCONF=yes
# startup options for the server
OPTIONS="-4 -u bind"