OpenNIC Forwarding
In addition to our normal TLDs, it is possible to forward domains from the OpenNIC[clearnet] project on your DNS nameserver.
To achieve this, the following will need to be inserted in the following files:
named.conf.local (or in named.conf)
# check to make sure these are still correct!
masters opennicNS {
161.97.219.84; # ns2.opennic.glue
2001:470:4212:10:0:100:53:10; # ns2.opennic.glue
163.172.168.171; # ns4.opennic.glue
2001:bc8:4400:2100::17:213; # ns4.opennic.glue
207.192.71.13; # ns6.opennic.glue
178.63.116.152; # ns8.opennic.glue
2a01:4f8:141:4281::999; # ns8.opennic.glue
188.226.146.136; # ns10.opennic.glue
2001:470:1f04:ebf::2; # ns10.opennic.glue
};
# change these out for different peers if you aren't in the midwest (servers.opennic.org)
masters opennicPeers {
66.154.118.103; # ns1.mo.us.dns.opennic.glue
2605:c000:4030:0001:0000:0000:26b8:7a18; # ns1.mo.us.dns.opennic.glue
147.93.130.20; # ns2.mo.us.dns.opennic.glue
2605:a140:3015:4386::1; # ns2.mo.us.dns.opennic.glue
};
include "/etc/bind/db.opennic"; # replace with a different location if you'd like
/etc.bind/db.opennic
The contents from here[clearnet].