From fc2710ef2b6ceeb2b7567e1c46def2cc223cab2a Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 21 Nov 2022 15:17:24 +0100 Subject: [PATCH] bind: fixed typos and installed best practices in the configs --- wiki/bind.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wiki/bind.md b/wiki/bind.md index be52557..a016403 100644 --- a/wiki/bind.md +++ b/wiki/bind.md @@ -150,16 +150,16 @@ following lines. ```txt $ORIGIN 178.168.192.in-addr.arpa. $TTL 1D -@ IN SOA .tld ... ( +@ IN SOA ... ( 200405190 ; serial 28800 ; refresh 14400 ; retry 2419200 ; expire 86400 ; minimum ) - NS ... +@ IN NS ... - PTR ... + IN PTR ... ``` Additionally add all domain names in front of the first `(` that have been @@ -177,18 +177,18 @@ the previous examples is shown in the following. ```txt $ORIGIN 178.168.192.in-addr.arpa. $TTL 1D -@ IN SOA fritz.box home.server kenny.home.server. mario.home.server. otto.home.server. quentin.home.server. sheldon.home.server. ( ;hostmaster.home.server. +@ IN SOA kenny.home.server. quentin.home.server. sheldon.home.server. fritz.box. ( 200405190 ; serial 28800 ; refresh 14400 ; retry 2419200 ; expire 86400 ; minimum ) - NS kenny.home.server. -15 PTR mario.home.server. -16 PTR kenny.home.server. -18 PTR quentin.home.server. -19 PTR sheldon.home.server. +@ IN NS kenny.home.server. +1 IN PTR fritz.box. +16 IN PTR kenny.home.server. +18 IN PTR quentin.home.server. +19 IN PTR sheldon.home.server. ``` According to your IPs and domains you may need to create multiple `revp.` or