34 Commits

Author SHA1 Message Date
yubiuser
cc078749eb
Fix MD060 rule
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-11-17 12:54:49 +01:00
yubiuser
85dc5fdff8
Fix regex-test return code
Signed-off-by: yubiuser <github@yubiuser.dev>
2025-10-26 19:43:38 +01:00
Dave
c13460ae1b
Fix grammar, style, and formatting in Approximate Matching doc (#1240)
Signed-off-by: Dave <18191844+its-dave@users.noreply.github.com>
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
2025-07-22 16:11:00 +02:00
RD WebDesign
05d653748f
Add proper footnotes to tutorial.md (#1235)
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2025-07-20 06:54:30 +02:00
Rob Gill
9e7955a6cc
Typo corrections
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2025-07-18 08:43:10 +10:00
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
Dominik
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
XhmikosR
7ca1c7b7aa Markdownlint: enable MD040 rule
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-04 08:29:46 +02: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
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
08b9ddd3fe
grammar?
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-21 19:10:02 +00:00
Adam Warner
19f39c1741
Address @Yubiusers review comments
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-10-20 15:45:59 +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
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
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
6023ad3eb1 RegEx Blocking section. Title Case and redirects
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-09-26 19:59:26 +01:00
Adam Warner
61d413f40a Database section. Rationalise section names to match titles and add redirects.
Replace references to renamed pages

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2024-09-26 19:59:26 +01:00
voltagex
bcf754c594
Typo - tine -> tune
Signed-off-by: voltagex <github@voltagex.org>
2024-08-24 22:23:14 +10:00
Christian König
cd9db5264c
Fix markdownlinting errors
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-01-27 22:24:52 +01:00
Christian König
aa6c12e697
Fix markdownlinting errors
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-01-13 22:00:29 +00:00
DL6ER
cc389e95e3
Document support of comma-separated query types in the regex extension ;querytype=A,AAAA. Furthermore, be a bit more explicit about what OTHER means in which context.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-02-06 21:39:07 +01:00
Christian König
4ac498e6a5
Upate markdown_extensions:
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-12-11 14:55:26 +01:00
Adam Warner
a940b3edda
Ignore some files, also benefitial ==> beneficial
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-17 22:37:21 +01:00
DL6ER
2d7f8feddb
Merge pull request #734 from pi-hole/tweak/moveloglocation2
Change FTL's default log file path from /var/log/pihole/pihole-FTL.log to /var/log/pihole/FTL.log
2022-07-05 17:59:32 +02:00
DL6ER
bfe529cf25
Change FTL's default log file path from /var/log/pihole/pihole-FTL.log to /var/log/pihole/FTL.log
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-07-03 20:31:07 +02:00
DL6ER
daa21d350d
Merge branch 'master' into tweak/moveloglocation 2022-07-03 20:30:00 +02:00
Guy Gastineau
2ca99e9de7
Fix error in 'Advanced examples' expression
The section on character groups clearly states "To include a literal
-, make it the first or last character, ..."

In the example `Block domains without subdomains` the bounded
character group `[\-]{1}` should be `[-]{1}` if the intention is to match a
literal `-` as suggested by the accompanying description.

Signed-off-by: Guy Gastineau <strings.stringsandstrings@gmail.com>
2022-06-27 17:28:15 -04:00
Adam Warner
a6c3988b78 /var/log/ -> /var/log/pihole/
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-05-12 22:13:53 +02:00
a1346054
93a501ab1b Trim excess whitespace
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-15 23:30:48 +00:00
a1346054
5f606a16e4 Fix spelling
Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-15 23:30:48 +00:00
DL6ER
1a3146826a
Add ;reply= regex extension documentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-09-11 21:36:16 +02:00
DL6ER
687881ba27
Update possible query types and query status in database documentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-02-02 11:07:04 +01:00
DL6ER
fcee2c01e5
Improve regex documentation
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-02-02 10:45:20 +01:00