Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| opennic:tier1setup [2017-12-03T16:23:32Z] – [named.conf] adventure30 | opennic:tier1setup [2021-03-20T16:40:32Z] (current) – Updated root server IP Shdwdrgn | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| FIXME This legacy wiki article has been copied from http:// | FIXME This legacy wiki article has been copied from http:// | ||
| + | But where, if not here, are those settings documented? | ||
| ===== BIND9 setup ===== | ===== BIND9 setup ===== | ||
| Setting up a OpenNIC Tier 1 server, requires creating slave zones for all the TLDs within the OpenNIC name-space. | Setting up a OpenNIC Tier 1 server, requires creating slave zones for all the TLDs within the OpenNIC name-space. | ||
| Line 20: | Line 21: | ||
| Begin with the ' | Begin with the ' | ||
| - | == named.conf == | + | == named.conf: == |
| < | < | ||
| zone " | zone " | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 31: | Line 32: | ||
| </ | </ | ||
| - | Below are the zones for each OpenNIC TLD. | + | Below are the zones for each OpenNIC TLD. |
| == opennic.glue == | == opennic.glue == | ||
| Line 38: | Line 39: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 49: | Line 50: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 75.127.96.89; }; | + | masters { 168.119.153.26; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 305: | Line 306: | ||
| </ | </ | ||
| - | I hope that this guide has assisted getting your Tier 1 server ready for your new TLD. Remember to follow the insturctions | + | I hope (likely in vain) that this guide has assisted |
| + | |||
| + | Remember to follow the instructions | ||