Quick setup guide for configuring DNS over HTTPS using doh.krumong.com
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
Test your setup with:
dig google.com @127.0.0.1 -p 5053
If you encounter issues, check the service status:
systemctl status cloudflared-proxy-dns
systemctl status systemd-resolved