How do I get MaraDNS to bind to multiple IP addresses?
The current method is to run multiple copies of MaraDNS, each using its own mararc file. E.g: maradns -f /etc/mararc.1 maradns -f /etc/mararc.2 etc. If you just want to bind to all IP addresses your computer has, bind to the IP “0.0.0.0”; however this can cause problems. See the next question. I don’t think this will be too hard to correctly implement, since I already have code for specifying multiple IP addresses with the IP ACL code used by the zone server. Until then, I will add this workaround to the FAQ.