ff8d2efac56d0dfe494f2be7d6092952781e259a
services/Old-Hierarchical-DNS.md
| ... | ... | @@ -17,12 +17,12 @@ The purpose of this project is to create a system of high quality dns roots. Wit |
| 17 | 17 | - 23 |
| 18 | 18 | - 31 |
| 19 | 19 | - dn42 |
| 20 | - - {{dn42 domain names}} |
|
| 20 | + - <dn42 domain names> |
|
| 21 | 21 | - hack |
| 22 | 22 | - ffhh |
| 23 | - - {{Future Top Level Domains?}} |
|
| 24 | - - {{ano, bit or other organisation TLDs?}} |
|
| 25 | - - {{ICANN TLDs}} |
|
| 23 | + - <Future Top Level Domains?> |
|
| 24 | + - <ano, bit or other organisation TLDs?> |
|
| 25 | + - <ICANN TLDs> |
|
| 26 | 26 | |
| 27 | 27 | Note: With this system it could be possible to merge the IANA root file.. but it would be beyond the scope of this project. |
| 28 | 28 | |
| ... | ... | @@ -30,13 +30,13 @@ Note: With this system it could be possible to merge the IANA root file.. but it |
| 30 | 30 | |
| 31 | 31 | For all of these servers they have a specific IP assigned, only respond to their authoritative zones, and do not allow recursion. |
| 32 | 32 | |
| 33 | -**{{name}}.root-servers.dn42** - This server is authoritative for "." (root zone). Is authorative for ICANN root as well. "172.in-addr.arpa" is delegated to ICANN, except rfc1918 zones which are delegated to dn42. The rest of rfc1918 as well as rfc4193 address space is delegated to dn42. |
|
| 33 | +**<name>.root-servers.dn42** - This server is authoritative for "." (root zone). Is authorative for ICANN root as well. "172.in-addr.arpa" is delegated to ICANN, except rfc1918 zones which are delegated to dn42. The rest of rfc1918 as well as rfc4193 address space is delegated to dn42. |
|
| 34 | 34 | |
| 35 | -**{{name}}.zone-servers.dn42** - This server is authoritative for "dn42", "hack", .. This would be where the records for all forward dns nameservers would be. Similar to our current root setup. |
|
| 35 | +**<name>.zone-servers.dn42** - This server is authoritative for "dn42", "hack", .. This would be where the records for all forward dns nameservers would be. Similar to our current root setup. |
|
| 36 | 36 | |
| 37 | -**{{name}}.in-addr-servers.arpa** - This server is authoritative for "arpa", "in-addr", and each of the 172 zones for dn42 ip space. For non dn42 ip space NS records to the respective darknet would need to be registered. |
|
| 37 | +**<name>.in-addr-servers.arpa** - This server is authoritative for "arpa", "in-addr", and each of the 172 zones for dn42 ip space. For non dn42 ip space NS records to the respective darknet would need to be registered. |
|
| 38 | 38 | |
| 39 | -**{{name}}.dn42-servers.arpa** - This server is authoritative for RFC 2317 delegations. For any inetnum object smaller than /24 and whos parent has no nameserver records, a C class parent zone is created (all its subnetworks are delegated to appropriate nameservers with CNAME) |
|
| 39 | +**<name>.dn42-servers.arpa** - This server is authoritative for RFC 2317 delegations. For any inetnum object smaller than /24 and whos parent has no nameserver records, a C class parent zone is created (all its subnetworks are delegated to appropriate nameservers with CNAME) |
|
| 40 | 40 | |
| 41 | 41 | Real-time server monitor is available at http://nixnodes.net/dn42/dnsview |
| 42 | 42 |