Commit Graph
1006 Commits
Author SHA1 Message Date
Dave faee8d62b1 Fix rogue brackets in regex tutorial (#1231)
Signed-off-by: Dave <18191844+its-dave@users.noreply.github.com>
2025-04-21 14:50:05 +02:00
accessiblepixel a1bbc68492 Fix tiny spelling mistake/typo
Noticed a tiny spelling mistake/typo in docs/main/update.

Hope you're having a great day <3

Signed-off-by: accessiblepixel <62973371+accessiblepixel@users.noreply.github.com>
2025-04-12 13:26:42 +01:00
Rob Gill 49a8d3beb9 Remove references to old API port 4711
as it is no longer used

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-04-05 12:35:37 +10:00
yubiuser 4c759dd3d8 Merge pull request #1199 from pi-hole/fix/signals
Clarify signal documentation
2025-03-30 20:05:12 +02: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
Adam Warner e3afdc3d8c Add newlines in via <br> tags rather than actual newlines so that tests pass..
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2025-03-20 17:27:34 +00:00
Adam Warner 075daf1bb6 Include note from https://github.com/pi-hole/docker-pi-hole/pull/1778
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2025-03-20 17:22:52 +00: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
darkexplosiveqwxandyubiuser 833f4743a9 Read the changelog when updating (#1212)
Signed-off-by: darkexplosiveqwx <the.qwx.channel@gmail.com>
Signed-off-by: yubiuser <github@yubiuser.dev>
Co-authored-by: yubiuser <github@yubiuser.dev>
2025-03-14 14:39:05 +01:00
RD WebDesign 31fcdd9e75 WEBPASSWORD_FILE must be written using uppercase
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-03-13 22:09:20 -03: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
darkexplosiveqwx 2619caccfa Add civetweb to origins.md (#1207)
Signed-off-by: darkexplosiveqwx <the.qwx.channel@gmail.com>
2025-03-12 20:58:48 +01:00
Dominik 515fb5bb18 Merge pull request #1204 from pi-hole/tweak/regex_digit
Improve regex documentation
2025-03-12 18:18:28 +01:00
darkexplosiveqwx 86344edd01 Add NTP and HTTPS ports to firewalls
Add NTP as a used port, adds NTP and HTTPS to firewalls and adds an abbreviation for NTP.

Signed-off-by: darkexplosiveqwx <the.qwx.channel@gmail.com>
2025-03-11 18:11:01 +01:00
Dominikandyubiuser b9eff538b3 Update docs/regex/tutorial.md
Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
2025-03-10 21:36:21 +01:00
DL6ER c4438daa5e Clarify how character classes need to be specified and explain how they can be combined with other selectors in character groups.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-10 19:30:26 +01:00
Adam Warner 444c2c1ba0 Merge pull request #1182 from buckaroogeek/webpassword
Add notes on setting web interface password
2025-03-09 20:55:59 +00:00
Brad SmithandAdam Warner bcf85debca Update docs/docker/configuration.md
Co-authored-by: Adam Warner <github@adamwarner.co.uk>
Signed-off-by: Brad Smith <bradley.g.smith@gmail.com>
2025-03-09 13:47:30 -07:00
Brad SmithandAdam Warner 1f0e3f5723 Update docs/docker/configuration.md
Co-authored-by: Adam Warner <github@adamwarner.co.uk>
Signed-off-by: Brad Smith <bradley.g.smith@gmail.com>
2025-03-09 13:47:20 -07:00
yubiuser e857a2d934 Merge pull request #1193 from pi-hole/tweak/dns-cache
Reintroduce DNS cache documentation
2025-03-09 20:47:08 +01:00
Brad Smith 06db27e657 Update configuration.md
Resolve CI test failure

Signed-off-by: Brad Smith <bradley.g.smith@gmail.com>
2025-03-09 12:29:49 -07:00
Brad Smith 230a9cda52 Merge branch 'master' into webpassword
Signed-off-by: Brad Smith <bradley.g.smith@gmail.com>
2025-03-09 12:26:07 -07:00
Adam Warner 4fb6b0daba WEBPASSWORD_FILE was added back in
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2025-03-09 18:23:25 +00:00
DL6ER 75eae89eeb After a report on Discourse, investigations have revealed that SIGRTMIN are defined differently in Debian (glibc-based) and Alpine (musl-based). Hence, sending signals relative to SIGRTMIN is going to be an issue on Debian as we build the pihole-FTL binaries on Alpine. Change the documentation to use fixed signals (instead of relative ones) to fix this. Signals relative to the constant SIGRTMIN have been added as there is a certain number ambiguity under glibc (see man 7 signals). However, this ambiguity does not exist in musl-based binaries.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-05 05:02:12 +01:00
DL6ER 574471b196 Add examples for immortal cache entries
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-04 17:45:01 +01:00
XhmikosR 58253c617a Pihole command: add enable too
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 10:10:56 +02:00
yubiuser 7ad074fe6b Merge pull request #1196 from XhmikosR/xmr/javascript
Fix "JavaScript" case
2025-03-04 08:55:50 +01:00
XhmikosR 86b38eeb50 Fix "JavaScript" case
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 08:37:05 +02: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
yubiuser df0f66b638 Merge pull request #990 from faf0/faf0/2028-01-28-dnscrypt-proxy
Add guide for DNS-Over-HTTPS (DoH) using dnscrypt-proxy
2025-03-03 18:23:27 +01:00
DL6ER dea1b7b3c7 Update and extend DNS cache documentation for v6
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-03 14:14:14 +01:00
yubiuser 8f96b06e06 Add NTPport to docker compose example file
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-03-03 13:51:52 +01:00
DL6ER 7b1f6c67a9 Re-add missing dns-cache.md from https://github.com/pi-hole/docs/blob/1a5de9b086b50767ff8f5e43cb58ebeddce482d6/docs/ftldns/dns-cache.md
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-03-03 13:09:01 +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
Dominik bae942c94c Merge pull request #1180 from iain-henderson/feature/dev-posix-environment
Document the usage of conventional environment variables in addition …
2025-03-01 08:42:17 +01:00
Adam Warner aa8359841b Merge pull request #1118 from MrSuddenJoy/patch-1
Twitter ==> X
2025-02-26 11:51:37 +00:00
Adam WarnerandRD WebDesign 56a84a088c Update docs/main/contact.md
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
2025-02-26 11:50:00 +00:00
Bradley G Smith db94113b08 Add notes on setting web interface password
Adds notes on setting web interface password using the
FTLCONF_webserver_api_password environment variable or the
WEBPASSWORD_FILE environment variable. Examples are provided.

Signed-off-by: Bradley G Smith <bradley.g.smith@gmail.com>
2025-02-25 14:44:03 -08:00
yubiuser f47ded3c01 Merge pull request #1176 from pi-hole/update/docker
Update docker compose example
2025-02-23 13:34:30 +01:00
Dominik 097dda210c Merge pull request #1179 from pi-hole/tweak/signals
Tweak FTL signal documentation
2025-02-23 09:46:51 +01: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
DL6ER f9b172c349 Remove absolute signal numbers as they may be incorrect on some systems. Users should always use the relative signals x with the suggested kill command having RTMIN+x
Signed-off-by: DL6ER <dl6er@dl6er.de>
2025-02-22 20:31:07 +01:00
Iain Henderson d6e011d3ad Document the usage of conventional environment variables in addition to exact matches of configuration names.
Signed-off-by: Iain Henderson <Iain.henderson@mac.com>
2025-02-22 14:29:38 -05:00