Skip to content

Commit

Permalink
Merge pull request #1674 from pi-hole/fix/caddy
Browse files Browse the repository at this point in the history
Pi-hole does not provide DNS-over-TLS
  • Loading branch information
yubiuser authored Dec 22, 2024
2 parents 4aecdbe + 4a17221 commit bfcdafc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/docker-compose-caddy-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ services:
# Following are NOT proxied through Caddy, bound to host net instead:
- "53:53/udp"
- "53:53/tcp"
- "853:853/tcp" # DNS-over-TLS
#- "67:67/udp" # DHCP, if desired. If not bound to host net you need an mDNS proxy service configured somewhere on host net.
# ref: https://docs.pi-hole.net/docker/DHCP/
environment:
Expand Down

0 comments on commit bfcdafc

Please sign in to comment.