mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
+64
-36
@@ -94,42 +94,46 @@ nav:
|
||||
- 'Contributing on GitHub': guides/github/contributing.md
|
||||
- 'How to sign-off commits': guides/github/how-to-signoff.md
|
||||
- 'Guides':
|
||||
- 'Pi-hole as All-Around DNS Solution': guides/unbound.md
|
||||
- 'WireGuard VPN':
|
||||
- 'Overview': guides/wireguard/overview.md
|
||||
- 'Concept': guides/wireguard/concept.md
|
||||
- 'Install server': guides/wireguard/server.md
|
||||
- 'Add client(s)': guides/wireguard/client.md
|
||||
- 'Optional extra features':
|
||||
- 'Make local devices accessible': guides/wireguard/internal.md
|
||||
- 'Tunnel all Internet traffic': guides/wireguard/route-everything.md
|
||||
- 'Troubleshooting': guides/wireguard/faq.md
|
||||
- 'Configuring DNS-Over-HTTPS on Pi-hole': guides/dns-over-https.md
|
||||
- 'Upstream DNS Providers': guides/upstream-dns-providers.md
|
||||
- 'Editing Whitelist and Blacklist': guides/whitelist-blacklist.md
|
||||
- 'Configuring NGINX for Pi-hole': guides/nginx-configuration.md
|
||||
- 'Configuring Caddy for Pi-hole': guides/caddy-configuration.md
|
||||
- 'Configuring Traefik for Pi-hole (not in Docker)': guides/traefik-configuration-nodocker.md
|
||||
- 'Benchmarking': guides/benchmark.md
|
||||
- 'Pi-hole and OpenVPN Server':
|
||||
- 'Overview': guides/vpn/overview.md
|
||||
- 'Installation': guides/vpn/installation.md
|
||||
- 'Setup OpenVPN Server': guides/vpn/setup-openvpn-server.md
|
||||
- 'Firewall Configuration': guides/vpn/firewall.md
|
||||
- 'Connecting clients':
|
||||
- 'General': guides/vpn/clients.md
|
||||
- 'Android': guides/vpn/android-client.md
|
||||
- 'Optional: Only route DNS via VPN': guides/vpn/only-dns-via-vpn.md
|
||||
- 'Optional: Dual operation: LAN & VPN at the same time': guides/vpn/dual-operation.md
|
||||
- 'Optional: Full and DNS-only': guides/vpn/dual-VPN.md
|
||||
- 'Optional: Dynamic DNS': guides/vpn/dynDNS.md
|
||||
- 'Troubleshooting': guides/vpn/troubleshooting.md
|
||||
- 'Tor & Pi-hole':
|
||||
- 'Overview': guides/tor/overview.md
|
||||
- 'Basic Setup': guides/tor/setup.md
|
||||
- 'Using Tor': guides/tor/using-tor.md
|
||||
- 'Performance and other issues': guides/tor/performance-issues.md
|
||||
- 'Using DNSSEC': guides/tor/dnssec.md
|
||||
- 'DNS':
|
||||
- 'unbound': guides/dns/unbound.md
|
||||
- 'cloudflared (DoH)': guides/dns/cloudflared.md
|
||||
- 'Upstream DNS Providers': guides/dns/upstream-dns-providers.md
|
||||
- 'VPN':
|
||||
- 'WireGuard':
|
||||
- 'Overview': guides/vpn/wireguard/overview.md
|
||||
- 'Concept': guides/vpn/wireguard/concept.md
|
||||
- 'Install server': guides/vpn/wireguard/server.md
|
||||
- 'Add client(s)': guides/vpn/wireguard/client.md
|
||||
- 'Optional extra features':
|
||||
- 'Make local devices accessible': guides/vpn/wireguard/internal.md
|
||||
- 'Tunnel all Internet traffic': guides/vpn/wireguard/route-everything.md
|
||||
- 'Troubleshooting': guides/vpn/wireguard/faq.md
|
||||
- 'OpenVPN':
|
||||
- 'Overview': guides/vpn/openvpn/overview.md
|
||||
- 'Installation': guides/vpn/openvpn/installation.md
|
||||
- 'Setup OpenVPN Server': guides/vpn/openvpn/setup-openvpn-server.md
|
||||
- 'Firewall Configuration': guides/vpn/openvpn/firewall.md
|
||||
- 'Connecting clients':
|
||||
- 'General': guides/vpn/openvpn/clients.md
|
||||
- 'Android': guides/vpn/openvpn/android-client.md
|
||||
- 'Optional: Only route DNS via VPN': guides/vpn/openvpn/only-dns-via-vpn.md
|
||||
- 'Optional: Dual operation: LAN & VPN at the same time': guides/vpn/openvpn/dual-operation.md
|
||||
- 'Optional: Full and DNS-only': guides/vpn/openvpn/dual-VPN.md
|
||||
- 'Optional: Dynamic DNS': guides/vpn/openvpn/dynDNS.md
|
||||
- 'Troubleshooting': guides/vpn/openvpn/troubleshooting.md
|
||||
- 'Misc':
|
||||
- 'Benchmarking': guides/misc/benchmark.md
|
||||
- 'Tor & Pi-hole':
|
||||
- 'Overview': guides/misc/tor/overview.md
|
||||
- 'Basic Setup': guides/misc/tor/setup.md
|
||||
- 'Using Tor': guides/misc/tor/using-tor.md
|
||||
- 'Performance and other issues': guides/misc/tor/performance-issues.md
|
||||
- 'Using DNSSEC': guides/misc/tor/dnssec.md
|
||||
- 'Whitelist and Blacklist editing': guides/misc/whitelist-blacklist.md
|
||||
- 'Web server':
|
||||
- 'NGINX': guides/webserver/nginx.md
|
||||
- 'Caddy': guides/webserver/caddy.md
|
||||
- 'Traefik (not in Docker)': guides/webserver/traefik-nodocker.md
|
||||
- 'Router setup':
|
||||
- 'Fritz!Box (EN)': routers/fritzbox.md
|
||||
- 'Fritz!Box (DE)': routers/fritzbox-de.md
|
||||
@@ -156,3 +160,27 @@ plugins:
|
||||
'ftldns/regex/index.md': ftldns/regex/overview.md
|
||||
'main/presentations.md': index.md
|
||||
'main/prerequesites.md': main/prerequisites.md
|
||||
'guides/unbound.md': guides/dns/unbound.md
|
||||
'guides/upstream-dns-providers.md': guides/dns/upstream-dns-providers.md
|
||||
'guides/dns-over-https.md': guides/dns/cloudflared.md
|
||||
'guides/vpn/overview.md': guides/vpn/openvpn/overview.md
|
||||
'guides/vpn/installation.md': guides/vpn/openvpn/installation.md
|
||||
'guides/vpn/setup-openvpn-server.md': guides/vpn/openvpn/setup-openvpn-server.md
|
||||
'guides/vpn/firewall.md': guides/vpn/openvpn/firewall.md
|
||||
'guides/vpn/clients.md': guides/vpn/openvpn/clients.md
|
||||
'guides/vpn/android-client.md': guides/vpn/openvpn/android-client.md
|
||||
'guides/vpn/only-dns-via-vpn.md': guides/vpn/openvpn/only-dns-via-vpn.md
|
||||
'guides/vpn/dual-operation.md': guides/vpn/openvpn/dual-operation.md
|
||||
'guides/vpn/dual-VPN.md': guides/vpn/openvpn/dual-VPN.md
|
||||
'guides/vpn/dynDNS.md': guides/vpn/openvpn/dynDNS.md
|
||||
'guides/vpn/troubleshooting.md': guides/vpn/openvpn/troubleshooting.md
|
||||
'guides/benchmark.md': guides/misc/benchmark.md
|
||||
'guides/tor/overview.md': guides/misc/tor/overview.md
|
||||
'guides/tor/setup.md': guides/misc/tor/setup.md
|
||||
'guides/tor/using-tor.md': guides/misc/tor/using-tor.md
|
||||
'guides/tor/performance-issues.md': guides/misc/tor/performance-issues.md
|
||||
'guides/tor/dnssec.md': guides/misc/tor/dnssec.md
|
||||
'guides/whitelist-blacklist.md': guides/misc/whitelist-blacklist.md
|
||||
'guides/nginx-configuration.md': 'guides/webserver/nginx.md'
|
||||
'guides/caddy-configuration.md': 'guides/webserver/caddy.md'
|
||||
'guides/traefik-configuration-nodocker.md': 'guides/webserver/traefik-nodocker.md'
|
||||
|
||||
Reference in New Issue
Block a user