Skip to content

Python 3 implementation of a dns server. Responds with random ip address

Notifications You must be signed in to change notification settings

raresteak/dns-server-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dns-server-simulator

Python 3 implementation of a dns server. Responds with random ip address

Usage(server)

$ python3 ./dns_server_simulator.py

Usage(client)

$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.12.28.175
$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.137.107.111
$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.78.155.120
$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.190.65.248
$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.41.132.128
$ dig @127.0.0.1 -p 7753 foo.bar.com +short
10.56.4.34

About

Python 3 implementation of a dns server. Responds with random ip address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages