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 [2026-08-23T13:41:46Z] (current) – added .o, and fixed .micro master intranic | ||
|---|---|---|---|
| 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 181: | Line 182: | ||
| type slave; | type slave; | ||
| file "/ | file "/ | ||
| - | masters { 128.177.28.254; }; | + | masters { 103.249.236.158; }; |
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 204: | Line 205: | ||
| file "/ | file "/ | ||
| masters { 209.141.35.9; | masters { 209.141.35.9; | ||
| + | allow-transfer { any; }; | ||
| + | notify no; | ||
| + | }; | ||
| + | </ | ||
| + | |||
| + | == o == | ||
| + | < | ||
| + | zone " | ||
| + | type slave; | ||
| + | file "/ | ||
| + | masters { 153.56.130.67; | ||
| allow-transfer { any; }; | allow-transfer { any; }; | ||
| notify no; | notify no; | ||
| Line 305: | Line 317: | ||
| </ | </ | ||
| - | 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 | ||