prodoh

command module
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 15 Imported by: 0

README

prodoh

Background

prodoh is a DNS to DNS-over-HTTP Proxy. This programs listens to incoming DNS queries on a specified UDP ports, converts the query to a DNS-over-HTTP query and forwards it to an upstream servers, then converts back to a DNS answer.

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

Usage

go run prodoh.go -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

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