Skip to content

CupIvan/tinydns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e633cf · Jun 22, 2018

History

20 Commits
Jun 22, 2018
Jun 18, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
Jun 22, 2018
May 30, 2018

Repository files navigation

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