Forwarding Mode Explained: Forward Queries to Upstream DNS Server (Optionally with DNS-over-TLS)
When to use forwarding:
Example 1: Forward All Queries (cleartext)
server:
interface: 127.0.0.1
port: 53
forward-zone:
name: "."
forward-addr: 8.8.8.8
forward-addr: 8.8.4.4Example 2: Forward All Queries with DNS-over-TLS Encryption
Example 3: Split Forwarding for Specific Zones
Important Notes
Last updated