From ac3e676e4512210100b35c0b419f149f011c837f Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 1 Apr 2018 21:02:06 +0200 Subject: [PATCH] Fix some typos in help text --- templates/help/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/help/faq.md b/templates/help/faq.md index cd6af1b..6bf2ab3 100644 --- a/templates/help/faq.md +++ b/templates/help/faq.md @@ -73,7 +73,7 @@ Yes, there is a whoisd running on port 43 on the same server as the webinterface ```$ whois -h $host MAIN16-ASB``` -The whoisd and is rfc3912 compatible. +The whoisd is rfc3912 compatible. #### What is the difference between mnt by and mnt lower? The mnt_by can edit the whole objects, mnt_lower can only edit parts of the object. For an InetNum object @@ -109,7 +109,7 @@ No. #### What are glue records? When your nameserver is below its own domain (e.g. ```ns1.noot.dn.``` is under ```noot.dn```) a resolver cannot -now the ```A```/```AAAA``` records of ```ns1.noot.dn.``` without knowing the ```A```/```AAAA``` record of ```ns1.noot.dn.```. +resolv the ```A```/```AAAA``` records of ```ns1.noot.dn.``` without knowing the ```A```/```AAAA``` record of ```ns1.noot.dn.```. This recursive dependency is solved by using glue records. With glue records you can tell the TLD nameserver (dn. in this case) where to find your nameserver.