Skip to content

Commit 0b636e6

Browse files
author
committed
Deployed a929c25 with MkDocs version: 1.6.1
0 parents  commit 0b636e6

File tree

226 files changed

+101425
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+101425
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+1,125
Large diffs are not rendered by default.

FAQs/index.html

+1,630
Large diffs are not rendered by default.

Quad9_For_Organizations/DNS_Forwarder_Best_Practices/index.html

+1,675
Large diffs are not rendered by default.

Setup_Guides/Android/Android_9+_(Encrypted)/index.html

+1,519
Large diffs are not rendered by default.

Setup_Guides/ChromeOS_(Chromebook)/index.html

+1,518
Large diffs are not rendered by default.

Setup_Guides/DNS_Forwarders/Windows_Server/index.html

+1,509
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/Fedora_38/index.html

+1,571
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/FreeBSD_(Encrypted)/index.html

+1,584
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/Linux_Mint_21.2/index.html

+1,545
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/MX_Linux_23/index.html

+1,525
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/OpenBSD_(Encrypted)/index.html

+1,566
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/Ubuntu_20.04_and_22.04/index.html

+1,565
Large diffs are not rendered by default.

Setup_Guides/Linux_and_BSD/Ubuntu_22.04_(Encrypted)/index.html

+1,552
Large diffs are not rendered by default.

Setup_Guides/MacOS/Big_Sur_and_later_(Encrypted)/index.html

+1,637
Large diffs are not rendered by default.

Setup_Guides/Miscellaneous/Cloudflared_and_Quad9/index.html

+1,455
Large diffs are not rendered by default.

Setup_Guides/Miscellaneous/Pi-Hole/index.html

+1,545
Large diffs are not rendered by default.

Setup_Guides/Open-Source_Routers/IPFire_(Encrypted)/index.html

+1,569
Large diffs are not rendered by default.

Setup_Guides/Open-Source_Routers/MikroTik_RouterOS_(Encrypted)/index.html

+1,565
Large diffs are not rendered by default.

Setup_Guides/Open-Source_Routers/OPNsense_(Encrypted)/index.html

+1,536
Large diffs are not rendered by default.

Setup_Guides/Open-Source_Routers/OpenWrt_LuCi/index.html

+1,521
Large diffs are not rendered by default.

Setup_Guides/Open-Source_Routers/pfSense_(Encrypted)/index.html

+1,532
Large diffs are not rendered by default.

Setup_Guides/Windows/Windows_10/index.html

+1,572
Large diffs are not rendered by default.

Setup_Guides/Windows/Windows_11_(Encrypted)/index.html

+1,593
Large diffs are not rendered by default.

Setup_Guides/iOS/iOS_14_and_later_(Encrypted)/index.html

+1,629
Large diffs are not rendered by default.

assets/conf/freebsd/forward.conf

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This file was generated by local-unbound-setup.
2+
# Modifications will be overwritten.
3+
forward-zone:
4+
name: "."
5+
forward-tls-upstream: yes # Use DNS-over-TLS
6+
forward-first: no # do NOT send direct
7+
###IPv4
8+
# 9.9.9.9 - Threat-blocking with DNSSEC
9+
forward-addr: 9.9.9.9@853#dns.quad9.net
10+
forward-addr: 149.112.112.112@853#dns.quad9.net
11+
12+
# 9.9.9.11 - Threat blocking, DNSSEC, and ECS
13+
# forward-addr: 9.9.9.11@853#dns11.quad9.net
14+
# forward-addr: 149.112.112.11@853#dns11.quad9.net
15+
16+
# 9.9.9.10 - No threat blocking, no DNSSEC
17+
# forward-addr: 9.9.9.10@853#dns10.quad9.net
18+
# forward-addr: 149.112.112.10@853#dns10.quad9.net
19+
20+
21+
###IPv6 - Uncomment if your system is configured for IPv6.
22+
# 9.9.9.9 - Threat-blocking with DNSSEC
23+
# forward-addr: 2620:fe::fe@853#dns.quad9.net
24+
# forward-addr: 2620:fe::9@853#dns.quad9.net
25+
26+
# 9.9.9.11 - Threat blocking, DNSSEC, and ECS
27+
# forward-addr: 2620:fe::11@853#dns11.quad9.net
28+
# forward-addr: 2620:fe::fe:11@853#dns11.quad9.net
29+
30+
# 9.9.9.10 - No threat blocking, no DNSSEC
31+
# forward-addr: 2620:fe::10@853#dns10.quad9.net
32+
# forward-addr: 2620:fe::fe:10@853#dns10.quad9.net

assets/conf/freebsd/unbound.conf

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file was generated by local-unbound-setup.
2+
# Modifications will be overwritten.
3+
server:
4+
username: unbound
5+
directory: /var/unbound
6+
chroot: /var/unbound
7+
pidfile: /var/run/local_unbound.pid
8+
#auto-trust-anchor-file: /var/unbound/root.key
9+
tls-cert-bundle: /etc/ssl/cert.pem
10+
11+
include: /var/unbound/forward.conf
12+
include: /var/unbound/lan-zones.conf
13+
include: /var/unbound/control.conf
14+
include: /var/unbound/conf.d/*.conf
Binary file not shown.

assets/conf/openbsd/unbound.conf

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# $OpenBSD: unbound.conf,v 1.21 2020/10/28 11:35:58 sthen Exp $
2+
# Modified by Quad9.net:
3+
# - Disable DNSSEC Validation. Quad9 already performs DNSSEC validation, and DNSSEC validation on a forwarder significantly decreases performance due to duplicate DNSSEC validation and can occassionally result in a false BOGUS result.
4+
# - DNS-over-TLS enabled.
5+
# - Pre-populate all Quad9 services
6+
7+
server:
8+
interface: 127.0.0.1
9+
#interface: 127.0.0.1@5353 # listen on alternative port
10+
interface: ::1
11+
#do-ip6: no
12+
13+
# override the default "any" address to send queries; if multiple
14+
# addresses are available, they are used randomly to counter spoofing
15+
#outgoing-interface: 192.0.2.1
16+
#outgoing-interface: 2001:db8::53
17+
18+
access-control: 0.0.0.0/0 refuse
19+
access-control: 127.0.0.0/8 allow
20+
access-control: ::0/0 refuse
21+
access-control: ::1 allow
22+
23+
hide-identity: yes
24+
hide-version: yes
25+
26+
# Perform DNSSEC validation.
27+
#
28+
#auto-trust-anchor-file: "/var/unbound/db/root.key"
29+
#val-log-level: 2
30+
31+
# Synthesize NXDOMAINs from DNSSEC NSEC chains.
32+
# https://tools.ietf.org/html/rfc8198
33+
#
34+
# aggressive-nsec: yes
35+
36+
# Serve zones authoritatively from Unbound to resolver clients.
37+
# Not for external service.
38+
#
39+
#local-zone: "local." static
40+
#local-data: "mycomputer.local. IN A 192.0.2.51"
41+
#local-zone: "2.0.192.in-addr.arpa." static
42+
#local-data-ptr: "192.0.2.51 mycomputer.local"
43+
44+
# Use TCP for "forward-zone" requests. Useful if you are making
45+
# DNS requests over an SSH port forwarding.
46+
#
47+
#tcp-upstream: yes
48+
49+
# CA Certificates used for forward-tls-upstream (RFC7858) hostname
50+
# verification. Since it's outside the chroot it is only loaded at
51+
# startup and thus cannot be changed via a reload.
52+
tls-cert-bundle: "/etc/ssl/cert.pem"
53+
54+
remote-control:
55+
control-enable: yes
56+
control-interface: /var/run/unbound.sock
57+
58+
forward-zone:
59+
name: "."
60+
forward-tls-upstream: yes # Use DNS-over-TLS
61+
forward-first: no # do NOT send direct
62+
###IPv4
63+
# 9.9.9.9 - Threat-blocking with DNSSEC
64+
forward-addr: 9.9.9.9@853#dns.quad9.net
65+
forward-addr: 149.112.112.112@853#dns.quad9.net
66+
67+
# 9.9.9.11 - Threat blocking, DNSSEC, and ECS
68+
# forward-addr: 9.9.9.11@853#dns11.quad9.net
69+
# forward-addr: 149.112.112.11@853#dns11.quad9.net
70+
71+
# 9.9.9.10 - No threat blocking, no DNSSEC
72+
# forward-addr: 9.9.9.10@853#dns10.quad9.net
73+
# forward-addr: 149.112.112.10@853#dns10.quad9.net
74+
75+
76+
###IPv6 - Uncomment if your system is configured for IPv6.
77+
# 9.9.9.9 - Threat-blocking with DNSSEC
78+
# forward-addr: 2620:fe::fe@853#dns.quad9.net
79+
# forward-addr: 2620:fe::9@853#dns.quad9.net
80+
81+
# 9.9.9.11 - Threat blocking, DNSSEC, and ECS
82+
# forward-addr: 2620:fe::11@853#dns11.quad9.net
83+
# forward-addr: 2620:fe::fe:11@853#dns11.quad9.net
84+
85+
# 9.9.9.10 - No threat blocking, no DNSSEC
86+
# forward-addr: 2620:fe::10@853#dns10.quad9.net
87+
# forward-addr: 2620:fe::fe:10@853#dns10.quad9.net

assets/images/favicon.png

1.83 KB

assets/images/social/en/FAQs.png

22.7 KB

assets/images/social/en/index.png

24.3 KB

assets/images/social/en/services.png

25.9 KB

assets/images/social/es/FAQ.png

20.7 KB

assets/images/social/es/index.png

30.9 KB

assets/images/social/es/servicios.png

27.1 KB

assets/images/social/fr/FAQ.png

20.7 KB

assets/images/social/fr/index.png

23.7 KB

assets/images/social/fr/services.png

25.9 KB

assets/javascripts/bundle.60a45f97.min.js

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.60a45f97.min.js.map

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)