Changes

Jump to: navigation, search

OpenNIC

1,765 bytes added, 18:24, 7 March 2011
Advanced configuration: Add info for configuring BIND
== Advanced configuration ==
If you run your own DNS server, you may want to instead use OpenNIC's DNS servers only for OpenNIC TLDs and use a DNS server that is closer to you for other domains. This also will allow you continue to use the ICANN root servers, so you can have full support for things like DNSSEC. == BIND ==Add these lines to your BIND configuration file:<pre>zone "bbs." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "dyn." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "free." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "fur." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "geek." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "glue." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "gopher." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "indy." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "ing." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "micro." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "null." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "oss." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };}; zone "parody." IN { type forward; forwarders { 69.164.208.50; 69.164.211.225; 128.173.89.246; };};</pre>You can replace <code>69.164.208.50</code>, <code>69.164.211.225</code>, and <code>128.173.89.246</code> with other OpenNIC tier 2 DNS servers if you'd like.
=== Dnsmasq ===
server=/p2p/128.173.89.246
server=/parody/128.173.89.246</pre>
You can replace <code>128.173.89.246</code> with any of the other OpenNIC tier 2 DNS servers if you so choose.
=== Unbound ===
forward-addr: 64.0.55.201</pre>
You can replace <code>128.173.89.246</code> <code>69.164.208.50</code>, and <code>64.0.55.201</code> with some of the other tier 2 DNS servers listed on the OpenNIC site if you wish.
== External links ==
* [[w:OpenNIC|OpenNIC]]
* [http://www.opennicproject.org/ OpenNIC Homepage]
Anonymous user

Navigation menu