Skip to content

mr-aggro/simple-dns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

simple-dns

A simple regular-expression based DNS server, based on twisted.

Usage

hosts file modify after reading logs with dns_cache.py:

#IP            Domain
127.0.0.1     www.alipay.com
127.0.0.1     /.*?\.alipay\.com/

Run

Server(127.0.0.1):

sudo python dns.py

About

A simple regular-expression based DNS server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%