Knowledge Base
Search the Knowledge Base
Configuring MaraDNS to use OpenDNS
The following instructions enable users of MaraDNS to use OpenDNS as the forwarders, or upstream servers, responsible for external DNS requests.
To configure OpenDNS within a MaraDNS server, follow these steps.- Edit the mararc file and comment out all of the lines that start with "root_servers".
- Add line the following line to the mararc file:
- Add the following line to the Mararc file if it is not present:
- Add line the following line to the Mararc file:
- Save the file and restart MaraDNS.
ipv4_alias["OpenDNS"] = "208.67.222.222,208.67.220.220"
NOTE: There are no spaces within the quotation marks.
upstream_servers = {}
This creates an empty hash table for the list of upstream servers.
upstream_servers["."] = "OpenDNS"
This populates the upstream servers with the openDNS list of servers.