zoneserver
complementary server process to TCP functions for MaraDNS
Install
- All systems
-
curl cmd.cat/zoneserver.sh
- Debian
-
apt-get install maradns-zoneserver
- Ubuntu
-
apt-get install maradns-zoneserver
- Kali Linux
-
apt-get install maradns-zoneserver
- Fedora
-
dnf install maradns-zoneserver
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install maradns-zoneserver
- Raspbian
-
apt-get install maradns-zoneserver
- Dockerfile
- dockerfile.run/zoneserver
maradns-zoneserver
complementary server process to TCP functions for MaraDNS
The MaraDNS zoneserver listens on port 53/tcp and handles DNS zone transfers and any DNS query done over TCP instead of UDP. It uses the same configuration file as the MaraDNS process itself. This package also includes askmara-tcp, a version of askmara that uses TCP rather than UDP.
maradns
simple security-focused authoritative Domain Name Service server
MaraDNS is an easy to configure DNS server that functions as an authoritative domain name server. MaraDNS is optimised for serving a small number of domains quickly and efficiently. Well suited to host your own private DNS server for making up subdomains with minimal fuss. Maradns is security-aware by utilising a special string library which is resistant to buffer overflows and mandating to run as an unprivileged user. For the recursive name server component and IPv6 support see maradns-deadwood. For TCP and domain transfer support see maradns-zoneserver.