Converting from another DNS server to MaraDNS

The procedure for converting from another authoritative DNS server to MaraDNS is as follows: Assuming that one needs to transfer the zones for example.com, maradns.org, and heaven.af.mil over, the procedure would be as follows:
If one is converting from another DNS server, it is probably best to have MaraDNS act in a strictly RFC-compliant manner. In particular, star records should probably be handled in the exact same manner described in section 4.3.3 of RFC1034, and MaraDNS should be configured to have full support for DNS over TCP.

To make star record handling strictly RFC compliant, add the following line to the mararc configuration file:

bind_star_handling = 1
To give MaraDNS full DNS-over-TCP support, follow the directions in the dnstcp document.