Commit Graph

1875 Commits (c6d1137eb0948ed14a8b0b8895eb44736449eca3)

Author SHA1 Message Date
Dan Schaper fb032ea6e7
Ignore commented lines when reading PRIVACYLEVEL from config file (#5177)
1 year ago
RD WebDesign 66ed7c9ea3
Declaring all local variables under the function declaration line
1 year ago
Adam Warner ac2f13adef
Allow `pihole -q` to match subdomains using ABP style domains (#5210)
1 year ago
RD WebDesign 6b919f3a2e
Removing unnecessary commas
1 year ago
William Blew 3c91b6558d
restore the addKey comment, reworded for anchors
1 year ago
William Blew b9a6970bfd
Fix addKey to handle substrings of existing keys
1 year ago
RD WebDesign 20f8c6af3c
Search for ABP entries only if they exist in gravity.db
1 year ago
RD WebDesign c35ed68051
Allow `pihole -q` matching ABP subdomains
1 year ago
Dan Schaper 75a32d22a3
Allow limited parsing of ABP style adlists (#5179)
1 year ago
Christian König 71e262c37f
Revert "Allow final dot (root zone)"
1 year ago
Christian König 309ee78903
Use distinct variabled
1 year ago
Christian König d6f5552ccf
Convert domain to lowercase in pihole -q
1 year ago
Adam Warner c5faf3d174
Use ',' as the separator char in query rather than the default '|' as we now expect some valid results to contain '|'
1 year ago
Christian König 4fd0f15d90
Ignore commented lines when reding PRIVACYLEVEL from config file
1 year ago
Adam Warner 788e7cc777
Add pihole-admin.conf to debug log (#5144)
1 year ago
Adam Warner 3ad8965959
Tweak old pihole lighttpd config warning message to better reflect the consequences of making changes to the file
1 year ago
RD WebDesign b9e401aaa3
Change `min_procs` value to `1`
1 year ago
Christian König 18ab94135f
Show all files (not their content) of the lighttpd config dirs
1 year ago
Christian König be0efa2332
Add lighttpd selftest
1 year ago
Christian König 9bde5de601
Use conf-enabled instead of conf-available
1 year ago
Christian König e59f5db145
Add pihole-admin.conf to debug log
1 year ago
Adam Warner 5f9523afa6
Change php socket path back to /run/lighttpd/ from /tmp (#5139)
1 year ago
yubiuser d0affcb376
Cleanup if startup failed (#5052)
1 year ago
Adam Warner 6b4f77bdfe
change socket path back to /run/lighttpd/* - possibly causing issues https://github.com/pi-hole/pi-hole/issues/5131
1 year ago
Adam Warner 9331cbff4b
remove the access log configuration from lighttpd.conf.debian and .conf.fedora to prevent issues on upgrades (this is defined in pihole-admin.conf)
1 year ago
Adam Warner 7bb86e4118
Add a check for the version number of lighttpd. Only remove the server.modules += section of the new pihole-admin config if the version number is not greater than or equal to 1.4.56
1 year ago
Adam Warner 634e3b0e46
mod_accesslog was ommited from the list of server modules, which causes a warning to be flashed up in the error log. Enabling this
1 year ago
Adam Warner f27f796b34
Adjusting `fastcgi.server` config (#5103)
1 year ago
RD WebDesign be8f25f8b8
Adding errorlog and accesslog options
1 year ago
RD WebDesign c85e4227cf
Remove duplicated `fastcgi.server` config
1 year ago
Christian König d349a4640f
Remoce leftover from query.sh
1 year ago
Christian König 9e47b61c8f
Apply suggestions from code review
1 year ago
Glenn Strauss 34f45d011d
lighttpd: do not install obsolete 404 handler
1 year ago
Glenn Strauss 539f9d4da0
lighttpd: remove pihole block page error handler
1 year ago
Glenn Strauss c6342ed84c
lighttpd: do not overwrite /etc/lighttpd/lighttpd.conf
1 year ago
Glenn Strauss 0d5d3a1b22
lighttpd: remove obsolete exclusion of letsencrypt.conf
1 year ago
Glenn Strauss 08c7691d1e
lighttpd pihole-admin.conf for admin interface
1 year ago
Glenn Strauss 62bf9957dc
lighttpd conf: collect ^/admin/ conditions
1 year ago
Glenn Strauss dafc9983f5
lighttpd include external.conf using file glob
1 year ago
Neill Wolf d245226053
set X-XSS-Protection headers to 0 in lighttpd.conf
1 year ago
Adam Warner fc83883934
Apply suggestions from code review
1 year ago
RD WebDesign 1550f29f06
Use GREEN if dig was successful
1 year ago
RD WebDesign a206980242
Fix parenthesis color
1 year ago
RD WebDesign 8c2f56b0e6
Imporving the output from `os_check()` function
1 year ago
RD WebDesign b4349b41ce
Use the correct variable `digReturnCode`
1 year ago
RD WebDesign 67f04787d6
Only compare OS versions if `dig` was successful
1 year ago
Christian König f713b14ba0
Cleanup if startup failed
1 year ago
Adam Warner ff5ee29566
Add native systemd service (#4924)
1 year ago
Adam Warner 38775cffdf
Ensure local hash is always of length 8, for consistency.
2 years ago
Adam Warner ba74051502
Grab local FTL hash correctly from FTL's own version output, and grab one digit less for remote hashes (also in debug log)
2 years ago