Compare commits
2 Commits
42cf3b788c
...
ac15172e01
Author | SHA1 | Date | |
---|---|---|---|
ac15172e01 | |||
914ba175da |
@ -4,6 +4,7 @@
|
|||||||
* git clone https://git.virtit.fr/VirtIT/tpl-bind9 /etc/bind
|
* git clone https://git.virtit.fr/VirtIT/tpl-bind9 /etc/bind
|
||||||
* rm -r /etc/bind/.git
|
* rm -r /etc/bind/.git
|
||||||
* Run ```rndc-confgen | grep '^key "rndc-key" {' -A3 > rndc.key```
|
* Run ```rndc-confgen | grep '^key "rndc-key" {' -A3 > rndc.key```
|
||||||
|
* Run ```mkdir /var/log/named && chown bind: /var/log/named```
|
||||||
* Restart bind service
|
* Restart bind service
|
||||||
|
|
||||||
## How to use :
|
## How to use :
|
||||||
|
@ -4,7 +4,6 @@ options {
|
|||||||
key-directory "/etc/bind/keys" ;
|
key-directory "/etc/bind/keys" ;
|
||||||
|
|
||||||
// Some DNSSEC options
|
// Some DNSSEC options
|
||||||
dnssec-enable yes;
|
|
||||||
dnssec-validation auto;
|
dnssec-validation auto;
|
||||||
auth-nxdomain no;
|
auth-nxdomain no;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user