|
@@ -73,7 +73,7 @@ Yes, there is a whoisd running on port 43 on the same server as the webinterface
|
73
|
73
|
|
74
|
74
|
```$ whois -h $host MAIN16-ASB```
|
75
|
75
|
|
76
|
|
-The whoisd and is rfc3912 compatible.
|
|
76
|
+The whoisd is rfc3912 compatible.
|
77
|
77
|
|
78
|
78
|
#### What is the difference between mnt by and mnt lower?
|
79
|
79
|
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.
|
109
|
109
|
|
110
|
110
|
#### What are glue records?
|
111
|
111
|
When your nameserver is below its own domain (e.g. ```ns1.noot.dn.``` is under ```noot.dn```) a resolver cannot
|
112
|
|
-now the ```A```/```AAAA``` records of ```ns1.noot.dn.``` without knowing the ```A```/```AAAA``` record of ```ns1.noot.dn.```.
|
|
112
|
+resolv the ```A```/```AAAA``` records of ```ns1.noot.dn.``` without knowing the ```A```/```AAAA``` record of ```ns1.noot.dn.```.
|
113
|
113
|
This recursive dependency is solved by using glue records. With glue records you can tell the TLD
|
114
|
114
|
nameserver (dn. in this case) where to find your nameserver.
|
115
|
115
|
|