YaK:: just.another.dns.hacker.aphid.cc | [Changes] [Calendar] [Search] [Index] [PhotoTags] |
This is the Selfish DNS Server -> https://github.com/strickyak/aphid/blob/master/selfish_dns_server.py
This is the Web Echo Server -> https://github.com/strickyak/aphid/blob/master/demo_web_echo.py
They require the Rye compiler -> https://github.com/strickyak/rye
Point your DNS NS records at a couple of hosts, and add this to /etc/rc.local on each host (setting MY_ADDR on each host to itself).
MY_ADDR=162.243.222.110 # Your host's IP ADDR goes here. ( /root/selfish_dns_server $MY_ADDR >/tmp/dns.log 2>&1 53 & ) & ( /root/demo_web_echo --bind=:80 >/tmp/web.log 2>&1 53 & ) & |
I did this with the domain "aphid.cc" using Google's Registar.
(last modified 2014-09-27) [Login] |