To install MaraDNS on Debian/Ubuntu, follow these steps:
Open a terminal window.
Update the package index by running the following command:
sudo apt-get update
sudo apt-get install maradns
During the installation process, you will be prompted to choose the type of installation. Choose “internal” for a simple, standalone installation, or “external” if you plan to use MaraDNS with another DNS server.
Once the installation is complete, you can start the MaraDNS server by running the following command:
sudo service maradns start
sudo service maradns status
That’s it! MaraDNS should now be installed and running on your Debian/Ubuntu system. You can configure it by editing the /etc/maradns/mararc
configuration file.