Skip to content

poitch/prodoh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prodoh

Background

prodoh is a DNS to DNS-over-HTTP Proxy.

prodoh listens to incoming DNS queries on a specified UDP port, converts the query to a DNS-over-HTTP query and forwards it to an upstream server, then converts back to a DNS answer.

prodoh functions like cloudflared when used with the dns-proxy option.

Install

Download the latest binary for your platform from the releases page.

Usage

prodoh -address 127.0.0.1:5353 \
    -upstream https://cloudflare-dns.com/dns-query \
    -upstream https://dns.google.com/resolve \
    -upstream https://dns9.quad9.net:5053/dns-query \
    -timeout 2

About

DNS-over-HTTP Forwarder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages