DNS over HTTPS Setup Guide

Quick setup guide for configuring DNS over HTTPS using doh.krumong.com

Automatic Installation

Run the following command in your terminal:

curl -sSL https://doh.krumong.com/setup.sh | sudo bash

Or.

wget -qO- https://doh.krumong.com/setup.sh | sudo bash

Verification

Test your setup with:

dig google.com @127.0.0.1 -p 5053

Troubleshooting

If you encounter issues, check the service status:

systemctl status cloudflared-proxy-dns
systemctl status systemd-resolved