[Haskell-cafe] ANN: dns-server: forward DNS queries to StatDNS REST API
Erik Dominikus
erik.dominikus71 at gmail.com
Thu Apr 23 10:41:07 UTC 2015
Bad news: ISP is intercepting packets to UDP port 53.
Good news: There is DNS resolution over HTTP (http://www.statdns.com/api/).
Bad news: The software bridging DNS clients and that HTTP service is missing.
Good news: I made (a small but working part of) it.
I've been using it on my computer.
The code is here:
https://github.com/edom/dns-server
More information about the Haskell-Cafe
mailing list