Difference between revisions of "OpenNIC"
imported>Mutantmonkey (Created page with ''''OpenNIC''' is an alternate DNS root. == Simple configuration == The easiest way to set up OpenNIC is to edit resolv.conf and add one of OpenNIC's DNS…') |
(No difference)
|
Revision as of 16:34, 3 December 2010
OpenNIC is an alternate DNS root.
Simple configuration
The easiest way to set up OpenNIC is to edit resolv.conf and add one of OpenNIC's DNS servers to the list.
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.
Dnsmasq
Details on configuration are forthcoming.
Unbound
To configure OpenNIC to work with the Unbound recursive DNS server, simply add these to your unbound.conf:
forward-zone: name: "bbs" forward-addr: 69.164.208.50 forward-zone: name: "fur" forward-addr: 69.164.208.50 forward-zone: name: "free" forward-addr: 69.164.208.50 forward-zone: name: "geek" forward-addr: 69.164.208.50 forward-zone: name: "glue" forward-addr: 69.164.208.50 forward-zone: name: "gopher" forward-addr: 69.164.208.50 forward-zone: name: "indy" forward-addr: 69.164.208.50 forward-zone: name: "ing" forward-addr: 69.164.208.50 forward-zone: name: "micro" forward-addr: 69.164.208.50 forward-zone: name: "null" forward-addr: 69.164.208.50 forward-zone: name: "oss" forward-addr: 69.164.208.50 forward-zone: name: "parody" forward-addr: 69.164.208.50
You can replace 69.164.208.50
with one of the other DNS servers listed on the OpenNIC site if you wish, but this that server (located in Net Access Corporation's Newark, New Jersey datacenter) is the closest to campus.