lunixbochs / pingbin

service to check internet accessibility
http://pingb.in
MIT License
41 stars 5 forks source link

go rewrite has no fake dns resolver #3

Open lunixbochs opened 9 years ago

lunixbochs commented 9 years ago

maybe manually respond to the dns packets to fix this

andrew-d commented 9 years ago

Might be useful: https://github.com/StalkR/dns-reverse-proxy

lunixbochs commented 9 years ago

oh, pingbin historically just responds with nxdomain so the client will try again faster. the go rewrite doesn't do this yet