Rob Gill
78b3d4babf
Update unbound guide ( #1318 )
...
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Co-authored-by: yubiuser <github@yubiuser.dev>
2025-11-26 08:52:13 +01:00
Rob Gill
88b09618f0
Add deprecation notice to cloudflared guide
...
Remove reference to cloudflared from dnscrypt-proxy guide
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-11-20 19:55:38 +10:00
yubiuser
cc078749eb
Fix MD060 rule
...
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-11-17 12:54:49 +01:00
Christian Kaczmarek
3f2853cbdf
Add troubleshooting for Unbound rcvbuf warning
...
Document solution for 'so-rcvbuf 1048576 was not granted' warning
that commonly appears in Unbound logs.
Resolves #539
Signed-off-by: Christian Kaczmarek <kaczmar2@outlook.com>
2025-09-01 21:02:46 -06:00
yubiuser
fa48391068
Apply suggestions from code review
...
Co-authored-by: Edward Hawkes <git@tc-hawkes.com>
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-08-18 20:27:43 +02:00
Edward Hawkes
db4165de1f
guides/dns/dnscrypt-proxy: fix outdated installation instructions
...
Signed-off-by: Edward Hawkes <edward.hawkes@protonmail.com>
2025-08-12 16:28:43 +02:00
yubiuser
406dc71468
Merge pull request #1268 from rrobgill/typos
...
Typo corrections
2025-07-18 05:35:16 +02:00
Rob Gill
9e7955a6cc
Typo corrections
...
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-07-18 08:43:10 +10:00
HeliusMagnum
97c6a849b7
Update unbound.md
...
add ad flag to dig command
Update unbound.md
Update unbound.md to include more information about the DNSSEC validation flags.
Signed-off-by: HeliusMagnum <82977614+HeliusMagnum@users.noreply.github.com>
2025-07-14 02:21:42 -04:00
unknown
e12984eebb
fix: removed slightly confusing language that included a double negative
2025-07-12 16:27:47 -05:00
Adam Warner
512fd9d8f2
Merge pull request #1223 from rrobgill/dnswatch
...
Documentation change to reflect removal of DNS.WATCH (FTL PR #2411 )
2025-05-31 00:02:11 +01:00
Erhan Alankuş
a3e99be49e
Small wording fixes on the guides/vpn/wireguard/server/ Page ( #1249 )
...
Signed-off-by: Erhan Alankus <e.alankus@gmail.com>
2025-05-30 21:54:25 +02:00
ageru
63474515f9
Update client.md
...
Serveur config: correct IPv6 range
Signed-off-by: ageru <ageru@users.noreply.github.com>
2025-05-13 23:36:17 +02:00
Rob Gill
3a7c4aeda5
Documentation change to reflect removal of DNS.WATCH
...
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-04-03 14:16:39 +10:00
yubiuser
40713ac2d6
Merge pull request #1218 from rrobgill/ntpguide
...
Add short guide to NTP settings to docs
2025-03-24 15:52:34 +01:00
Rob Gill
dacd18a870
Add short guide to NTP settings to docs
...
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-03-24 19:33:40 +10:00
Rob Gill
4a3986fe91
Fix typos in docs
...
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-03-24 14:13:09 +10:00
Dominik
46f1392cf0
Merge pull request #1211 from rrobgill/unbound
...
Prevent reverse dns requests from non-routable zones. (RFC6303 4.2)
2025-03-22 09:35:46 +01:00
Chris L
7945c24045
Update Unbound guide with V6 Custom DNS screenshot and Save instruction ( #1208 )
...
Signed-off-by: Chris L <github@holosys.co.uk>
2025-03-15 06:48:07 +01:00
Rob Gill
243947fc58
Prevent reverse dns requests from non-routable zones. (RFC6303 4.2)
...
Additional DNS zones entered as private-address to align with RFC6303.
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-03-13 12:53:23 +10:00
Rob Gill
bdad46a6d6
Update documentation about upstream dns providers available at install time
...
Includes additional options currently present in basic-install.sh
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-03-13 10:50:46 +10:00
XhmikosR
bc27773de6
Remove extra newlines
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 08:29:46 +02:00
XhmikosR
7ca1c7b7aa
Markdownlint: enable MD040 rule
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 08:29:46 +02:00
XhmikosR
33a0f3a538
Minor image files compression improvements
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-03 22:22:03 +01:00
XhmikosR
99eb9ba2af
OpenVPN: typo fix ( #1184 )
...
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-03 21:45:46 +01:00
faf0
cade63fd33
Add guide for DNS-Over-HTTPS (DoH) using dnscrypt-proxy
...
Signed-off-by: Fabian Foerg <3429782+faf0@users.noreply.github.com>
2025-03-01 17:28:20 -05:00
XhmikosR
d2e5502e26
Improve image compression
...
Converted 24-bit images to 8-bit and then ran:
oxipng -o max -Z --preserve -s --fix --alpha -r --zi 255 .
and
zopflipng --lossy_transparent -y --iterations=500 --filters=01234mepb --lossy_8bit input.png input.png
Before: 2,31 MB (2.430.037 bytes)
After: 1,30 MB (1.374.207 bytes)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-02-22 21:33:56 +01:00
MolsonB
83eabf7cff
Update homeassistant.md
...
To enable the pi-hole blocking, the input_boolean should be 'on'
Signed-off-by: MolsonB <molsonboiteau@gmail.com>
2025-02-20 13:09:18 -05:00
yubiuser
9548846dab
Merge branch 'master' into release/v6.0
2025-02-18 16:23:53 +01:00
ThomasKramps
d74cee0460
Merge branch 'pi-hole:master' into patch-1
2025-02-16 13:21:15 +01:00
DL6ER
35bb519945
Remove recommendation to manually configured edns-packet-max=1232. This is the default in dnsmasq for almost two years now, both in development as well as the last stable v5 release
...
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-02-09 09:33:55 +01:00
Dominik
d9ae4c9b96
Merge pull request #1099 from pi-hole/remove-restartdns
...
Update docs to remove/replace outdated references
2024-12-23 10:07:13 +01:00
DL6ER
d309d26685
Add example on how to use Home Assistant to control Pi-hole enable and disable through automations
...
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-12-16 10:30:30 +01:00
Adam Warner
bcef62483c
Merge branch 'release/v6.0' into remove-restartdns
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-12-10 19:25:45 +00:00
Adam Warner
5ad7e25dbf
Update docs/guides/misc/benchmark.md
...
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
2024-11-29 20:48:33 +00:00
DL6ER
3836980e3e
Merge branch 'master' into release/v6.0
...
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-09 08:35:34 +01:00
Adam Warner
49c32e2cf9
Remove webserver community guides - they're outdated and it is probably time for a refresh in any case - these can come later
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-21 19:12:18 +00:00
Adam Warner
08b9ddd3fe
grammar?
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-21 19:10:02 +00:00
Mike
fe96d8e7e9
Merge branch 'master' into patch-1
...
Signed-off-by: Mike <DiskCrasher@users.noreply.github.com>
2024-10-20 13:13:20 -07:00
Mike
79974f9e10
Update docs/guides/dns/cloudflared.md
...
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: Mike <DiskCrasher@users.noreply.github.com>
2024-10-20 12:53:51 -07:00
Adam Warner
fa65822952
adlist(s)/blocklist(s) -> subscribed list(s)
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-20 15:41:40 +01:00
Adam Warner
e68cabf7f9
white/black -> allow/deny
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-20 15:38:42 +01:00
ChristophorusReyhan
cfe105e84f
Update cloudflared.md
...
Add waning
Signed-off-by: ChristophorusReyhan <39609246+ChristophorusReyhan@users.noreply.github.com>
2024-10-19 22:42:37 +07:00
ChristophorusReyhan
adc8b15f06
Update cloudflared.md
...
Add a step if cloudflared runs on different machine
Signed-off-by: ChristophorusReyhan <39609246+ChristophorusReyhan@users.noreply.github.com>
2024-10-19 21:05:35 +07:00
Adam Warner
282cf1a951
Reflect changes to the pihole command, plus move whitelist/blacklist -> allowlist/denylist
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-02 20:33:20 +00:00
Adam Warner
87804ec824
Remove outdated references to pihole-FTL.conf
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-02 20:26:31 +00:00
Adam Warner
807e5227dd
Update benchmark.md to reflect removed restartdns command and also update config setting instructions
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-02 20:04:22 +01:00
Adam Warner
e3d537bd94
Update various pihole restartdns references
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-02 19:56:38 +01:00
Adam Warner
dbbdddb93d
Contribution: Move contributing.md->index.md and move up one level
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-09-26 19:59:26 +01:00
Adam Warner
0ae479f811
Guides section, add redirect links and update internal links
...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-09-26 19:59:26 +01:00