Last active
November 7, 2022 21:25
-
-
Save lawrencegripper/63010c3024030f2f76f4c0b20becfb55 to your computer and use it in GitHub Desktop.
Unifi USG cloudflar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://bendews.com/posts/implement-dns-over-https | |
configure | |
set service dns forwarding options "no-resolv" | |
set service dns forwarding options "server=127.0.0.1#5053" | |
delete service dns forwarding options "server=1.1.1.1" | |
commit | |
save | |
exit | |
sudo /etc/init.d/dnsmasq force-reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment