Set up a DNS-over-HTTPS server
With a Debian server, Unbound, Nginx, and doh-proxy, you can set up your own DNS-over-HTTPS server.
Setting up the DNS-over-HTTPS server
sudo apt update
sudo apt upgradesudo apt install unbound
sudo systemctl enable unbound
sudo systemctl start unboundsudo apt install ./doh-proxy_0.9.15-1_amd64.debsudo adduser --home /var/lib/proxy --comment "Homer says DOH" --shell /sbin/nologin --system --group doh-proxyTesting the DNS-over-HTTPS server

Last updated
Was this helpful?