2021-07-28 08:18:33 -04:00
|
|
|
server:
|
2022-07-10 15:41:10 -04:00
|
|
|
interface: ::1
|
2021-07-28 08:18:33 -04:00
|
|
|
trust-anchor-file: /etc/unbound/trusted-key.key
|
|
|
|
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
2021-09-14 23:58:14 -04:00
|
|
|
prefetch: yes
|
|
|
|
prefetch-key: yes
|
2022-07-27 02:30:53 -04:00
|
|
|
qname-minimisation-strict: yes
|
2022-07-27 02:38:34 -04:00
|
|
|
hide-identity: yes
|
2023-01-24 08:57:22 -05:00
|
|
|
hide-trustanchor: yes
|
2022-07-27 02:38:34 -04:00
|
|
|
hide-version: yes
|
2023-01-24 08:57:22 -05:00
|
|
|
harden-large-queries: yes
|
2022-09-22 13:41:47 -04:00
|
|
|
outgoing-port-permit: 1024-65535
|
2023-02-11 20:29:33 -05:00
|
|
|
outgoing-port-avoid: 7275 # supl
|
|
|
|
outgoing-port-avoid: 8008 # synapse
|
|
|
|
outgoing-port-avoid: 8080 # attestation
|
2021-07-28 08:18:33 -04:00
|
|
|
|
2023-10-04 07:39:59 -04:00
|
|
|
# Block DNS rebinding
|
|
|
|
private-address: 10.0.0.0/8
|
|
|
|
private-address: 172.16.0.0/12
|
|
|
|
private-address: 192.168.0.0/16
|
|
|
|
private-address: fd00::/8
|
|
|
|
private-address: 169.254.0.0/16
|
|
|
|
private-address: fe80::/10
|
|
|
|
private-address: 127.0.0.0/8
|
|
|
|
private-address: ::1/128
|
|
|
|
private-address: ::ffff:0:0/96
|
|
|
|
|
2023-08-19 00:17:06 -04:00
|
|
|
# AF21
|
|
|
|
ip-dscp: 18
|
|
|
|
|
2024-04-15 11:42:03 -04:00
|
|
|
# force DMARC enforcement
|
|
|
|
local-zone: "_dmarc.gmail.com" static
|
|
|
|
local-data: '_dmarc.gmail.com 600 IN TXT "v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@google.com"'
|
|
|
|
|
2021-07-28 08:18:33 -04:00
|
|
|
forward-zone:
|
|
|
|
name: "."
|
|
|
|
forward-tls-upstream: yes
|
|
|
|
forward-addr: 1.1.1.1@853#cloudflare-dns.com
|
2021-09-08 04:08:36 -04:00
|
|
|
forward-addr: 1.0.0.1@853#cloudflare-dns.com
|
|
|
|
forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com
|
|
|
|
forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com
|