This is a tiny DNS server with simple JSON config written in C.
- filesize is just only 20Kb!
- cache DNS queries for boost internet connection
- resolve own domains from config
- resolve multidomains like *.example.com
- server can work on IPv6 address
- if you use Archlinux, you may install tinydns from AUR
- for compile just run
make
- after install you need to write your IP address in
/etc/tinydns.conf
- you may also use
systemctl
for start and stop service