Skip to content

rollcat/gdoh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

gdoh

A.k.a. Go DNS-over-HTTPS

What?

How?

Get it:

go get github.com/rollcat/gdoh

Try it:

gdoh -listen :1253

In another terminal:

dig @127.0.0.1 -p 1253 rollc.at +short

Use it! Run it listening on :53 (the default), either as root or with CAP_NET_BIND_SERVICE (see capabilities(7)).

(Sadly, root privileges can't be dropped after binding the socket - see Go issue #1435.)

Put nameserver 127.0.0.1 in your /etc/resolv.conf or equivalent.

Releases

No releases published

Packages

No packages published

Languages