whatsmyresolver

command module
v0.0.0-...-2e7385a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2023 License: MIT Imports: 5 Imported by: 0

README

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>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL