Commit Graph

1907 Commits (fix/query_all)

Author SHA1 Message Date
RD WebDesign 8d32a5727c
Use the same idea for the last space
11 months ago
RD WebDesign 4af71d8429
Fix the regex to strip options even when they are before the domain
11 months ago
DL6ER 64319fa96e
Add /var/log/pihole/webserver.log to the logrotate scripts. While it may be empty for most, it can grow quickly if either API or TLS debugging is enabled (it can quickly reach several hundreds of MB per day when debugging TLS)
12 months ago
Adam Warner c557f29db2
Set new gravity database version to 16, which was missed in 5459daa
12 months ago
DL6ER 5459daa03d
Add abp_entries column (default 0) to the adlist table for newly created gravity databases. This updates the gravity database version to 16
1 year ago
Christian König 088b2c2920
Do not remove -all|excat when not sourrounded by space in query.sh
1 year ago
Christian König ba3e290915
Fix shellcheck errors
1 year ago
Christian König 7351a4d3b1
Merge branch 'development' into development-v6
1 year ago
Adam Warner 11679a5188
@MrDuck2742 dropped a `]` on the floor without me seeing. I picked it up and put it back again
1 year ago
DL6ER 137e6dc184
Remove all the undocumented now useless stuff from pihole -a
1 year ago
yubiuser f59610081e
remove outdated comments (#5227)
1 year ago
Christian König b5800ef718
Remove getFTLAPIPort() function and fix pihole status
1 year ago
Christian König 44bfb8ebf0
Remove the ability to reboot/shutdown via webpage.sh
1 year ago
Adam Warner c0e352094d
REVISIT: Remove some references to setupVars (some files can probably go entirely...)
1 year ago
Adam Warner 7cbe713873
REVISIT: Don't rely on existence of setupVars.conf
1 year ago
Adam Warner 0e8f285f4f
Always assume that the web interface will be installed.
1 year ago
Adam Warner 2784b267ec
pihole command: read values from pihole-FTL instead of setupvars.conf
1 year ago
Christian König 3cb3adc5ca
Fix setting webpassword via pihole -a -p
1 year ago
Adam Warner 019be067d9
Convert SetWebPassword to use new FTL config
1 year ago
Adam Warner 632aead691
add wrappers to utils.sh for setting FTL config & add tests
1 year ago
Adam Warner 31f16510e2
Clear out some no longer needed ftl/dnsmasq config code
1 year ago
Adam Warner c520b29326
some more lighttpd refs (tests can come later)
1 year ago
Adam Warner 9f31ab8a6f
Debug log does not need to check php/lighttpd
1 year ago
DL6ER 23f2db01bb
Use list parsing functionality of FTL (#5275)
1 year ago
Adam Warner 82b60b09d4
Fix issue with Adding Local DNS Records does not add to /etc/pihole/custom.list when using grep 3.10 (#5269)
1 year ago
DL6ER c92826c152
Do not copy info table during pihole -g
1 year ago
yubiuser 19d50b9669
Don't source the install script in webpage.sh (#5270)
1 year ago
MrDuck2742 b8c3f6d999
Adding Local DNS Records does not add to /etc/pihole/custom.list
1 year ago
Christian König e6ae2e98cc
Don't source the install script in webpage.sh
1 year ago
Christian König fd4e8766e4
Remove unused code from query.sh
1 year ago
ipitio fa116389c2
remove old comments
1 year ago
Adam Warner 58275ecd13
Revert "Ignore commented lines when reading PRIVACYLEVEL from config file"
1 year ago
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