Feat: Aktiviert DNS-over-TLS (DOT)

This commit is contained in:
2026-06-28 00:25:20 +02:00
parent 507fa1656f
commit 49c7e760f8
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- "53:53/udp" #DNS service
- "53:53/tcp" #DNS service
# - "853:853/udp" #DNS-over-QUIC service
# - "853:853/tcp" #DNS-over-TLS service
- "853:853/tcp" #DNS-over-TLS service
# - "443:443/udp" #DNS-over-HTTPS service (HTTP/3)
# - "443:443/tcp" #DNS-over-HTTPS service (HTTP/1.1, HTTP/2)
# - "80:80/tcp" #DNS-over-HTTP service (use with reverse proxy or certbot certificate renewal)