csv2["example.com."] = "db.example.com" csv2["maradns.org."] = "db.maradns.org" csv2["heaven.af.mil."] = "db.heaven.af.mil"
cd /etc/maradns fetchzone example.com 127.0.0.1 > db.example.com fetchzone maradns.org 127.0.0.1 > db.maradns.org fetchzone heaven.af.mil 127.0.0.1 > db.heaven.af.mil
To make star record handling strictly RFC compliant, add the following line to the mararc configuration file:
bind_star_handling = 1To give MaraDNS full DNS-over-TCP support, follow the directions in the dnstcp document.