Skip to content

cooljc/web-dns-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-dns-server

Simple DNS server with a web frontend - written in Node.js

Running

$ npm install
# node index.js

or

$ sudo node index.js

Testing

First add some records to the database using the web interface: http://localhost:3000

Try some domain name lookups form the command line:

$ dig www.google.com @127.0.0.1

$ dig <your domain> @127.0.0.1

About

Simple DNS server with a web frontend - written in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published