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