Add forwarder and blocking environment variables to Technitium
- Add DNS_SERVER_FORWARDERS=https://dns10.quad9.net/dns-query - Add DNS_SERVER_FORWARDER_PROTOCOL=Https - Add DNS_SERVER_ENABLE_BLOCKING=true - These will apply on future clean deployments (first startup only) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,9 @@ services:
|
||||
- DNS_SERVER_WEB_SERVICE_ENABLE_HTTPS=true
|
||||
- DNS_SERVER_WEB_SERVICE_HTTPS_PORT=53443
|
||||
- DNS_SERVER_WEB_SERVICE_USE_SELF_SIGNED_CERT=true
|
||||
- DNS_SERVER_FORWARDERS=https://dns10.quad9.net/dns-query
|
||||
- DNS_SERVER_FORWARDER_PROTOCOL=Https
|
||||
- DNS_SERVER_ENABLE_BLOCKING=true
|
||||
- TZ=America/Los_Angeles
|
||||
sysctls:
|
||||
- net.ipv4.ip_local_port_range=1024 65535
|
||||
|
||||
@@ -29,6 +29,9 @@ services:
|
||||
- DNS_SERVER_WEB_SERVICE_ENABLE_HTTPS=true
|
||||
- DNS_SERVER_WEB_SERVICE_HTTPS_PORT=53443
|
||||
- DNS_SERVER_WEB_SERVICE_USE_SELF_SIGNED_CERT=true
|
||||
- DNS_SERVER_FORWARDERS=https://dns10.quad9.net/dns-query
|
||||
- DNS_SERVER_FORWARDER_PROTOCOL=Https
|
||||
- DNS_SERVER_ENABLE_BLOCKING=true
|
||||
- TZ=America/Los_Angeles
|
||||
sysctls:
|
||||
- net.ipv4.ip_local_port_range=1024 65535
|
||||
|
||||
Reference in New Issue
Block a user