All Projects → jedisct1 → whatsmyresolver

jedisct1 / whatsmyresolver

Licence: MIT license
A tiny DNS server that returns the client (resolver) IP

Programming Languages

go
31211 projects - #10 most used programming language

Labels

whatmyresolver

This is the source code of the resolver.00f.net service.

It responds to DNS queries with the client (resolver) IP address.

Public demo API

$ dig +short resolver.dnscrypt.info
74.125.181.207

-> Aww crap, this VPN service is actually sending DNS queries to Google.

Installation

$ go get github.com/jedisct1/whatsmyresolver
# myresolver -listen <myresolver ip address>:53

And delegate a zone to this IP:

resolver.example.com. IN NS resolver-ns.example.com.
resolver-ns.example.com IN A <myresolver ip address>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].