Created
October 6, 2023 16:40
-
-
Save sirkirby/bfad2c978fc3de7440d00e617a6622c7 to your computer and use it in GitHub Desktop.
pi-hole helm values doh
This file contains hidden or 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
# enables cloudflare tunnel sidecar container | |
# and sets upstream dns in pihole to leverage it | |
doh: | |
enabled: true | |
pullPolicy: Always | |
envVars: { | |
DOH_UPSTREAM: "https://1.1.1.1/dns-query" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment