Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created October 6, 2023 16:40
Show Gist options
  • Save sirkirby/bfad2c978fc3de7440d00e617a6622c7 to your computer and use it in GitHub Desktop.
Save sirkirby/bfad2c978fc3de7440d00e617a6622c7 to your computer and use it in GitHub Desktop.
pi-hole helm values doh
# 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