Last active
September 17, 2021 18:16
-
-
Save deekayen/998b870764fb61b1da0c5886082e2d8a to your computer and use it in GitHub Desktop.
Config for cloudflared to use dns-over-https from family filtering DNS providers.
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
proxy-dns: true | |
proxy-dns-port: 5053 | |
proxy-dns-upstream: | |
- https://doh.cleanbrowsing.org/doh/adult-filter/ | |
- https://family.cloudflare-dns.com/dns-query | |
- https://dns-family.adguard.com/dns-query |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment