ip 12.250.97.26 vol 1 lock ******** title just.another.dns.hacker.aphid.cc user strick base r.1411839964000_9T http://just.another.dns.hacker.aphid.cc/ 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). /box( /pre( 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 & ) & /pre) /box) I did this with the domain "aphid.cc" using Google's Registar. * /file demo_web_echo.py * /file selfish_dns_server.py * /file ryemodule.go * /file ryemain.go * /file runt.go * /file