diff --git a/README.md b/README.md index 9fcda8a..7b31028 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## How to use : -This configuration template is for Bind 9.10.3 in Debian 9. You can find the official configuration [here](https://ftp.isc.org/isc/bind9/9.10.3/doc/arm/Bv9ARM.ch06.html) +This configuration template is for Bind in Debian. You can find the official configuration [here](https://ftp.isc.org/isc/bind9/) The repository is thought like this: @@ -16,7 +16,7 @@ The repository is thought like this: ├── named.conf # default file, have only include ├── named.conf.keys # have all TSIG keys and rndc config ├── named.conf.options # have all bind options -├── named.conf.view # have all views options +├── named.conf.views # have all views options ├── keys # directory with all DNSSEC keys ├── views │   ├── local.conf # have all zones options of the "local" view @@ -27,16 +27,16 @@ The repository is thought like this: ``` -and to add zone, for exemple in local view, you have to add this in the **views/local.conf** file : +and to add zone, for example in local view, you have to add this in the **views/local.conf** file : ``` -zone "exemple.com" { +zone "example.com" { type master; - file "/etc/bind/zones/local/exemple.com.conf"; + file "/etc/bind/zones/local/example.com.conf"; }; ``` -then add **zones/local/exemple.com.conf** file with all your records like this : +then add **zones/local/example.com.conf** file with all your records like this : ``` $ORIGIN example.com.