Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 594 Bytes

TinyDNS

This is a tiny DNS server with simple JSON config written in C.

Features

  • 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

Compile and Install

  • 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