Sign inSign up

jcowey/doh-proxy

By jcowey

Updated over 6 years ago

https://facebookexperimental.github.io/doh-proxy/

Image
0

2.5K

jcowey/doh-proxy repository overview

doh-proxy

DNS over HTTPS

Available in arm archs too! doh-httpproxy Using 9.9.9.9 as upstream

Entended to be behind something like caddy

client can use the same thing but with the doh-stub command. systemd service for example:

[Unit]
Description=doh-stub

[Service]
ExecStart=/usr/local/bin/doh-stub --listen-port 5353 --listen-address 127.0.0.1 --domain dns2.k8.tf --uri /api/dns-query --remote-address 34.232.XX.XX
Restart=always

[Install]
WantedBy=multi-user.target

Then set your client to point to 127.0.0.1#5353. or use that as an upstream for pihole

Or override the entrypoint for your own settings https://facebookexperimental.github.io/doh-proxy/

Tag summary

Content type

Image

Digest

Size

78.2 MB

Last updated

over 6 years ago

docker pull jcowey/doh-proxy