Compare commits

...

2 Commits

Author SHA1 Message Date
Beu ac15172e01 add missing info 2024-04-26 10:15:00 +02:00
Beu 914ba175da remove old setting 2024-04-26 10:14:53 +02:00
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* 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 :

View File

@ -4,7 +4,6 @@ options {
key-directory "/etc/bind/keys" ;
// Some DNSSEC options
dnssec-enable yes;
dnssec-validation auto;
auth-nxdomain no;