Skip to content

strukturag/xudnsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xudnsd

A very simple single host/IP DNS server.

  • Serves a single A host with the IP address it listens on.
  • Reverse lookup of the IP address returns the A host.

Running

xudnsd -name=myhost.local. -ip=192.168.1.54 -port=1053

Test

nslookup -port=1053 -debug myhost.local 192.168.1.54
nslookup -port=1053 -debug 192.168.1.54 192.168.1.54

License

xudnsd is governed by the MIT License. See the LICENSE file for details.