Commit Graph

191 Commits (c1495b0fa89dcdc46a0b2f7ac214deef606f84ff)

Author SHA1 Message Date
DL6ER c3023fe681
Add new "pihole arpflush" command to flush both the ARP cache as well as the network table in pihole-FTL.db
5 years ago
DL6ER d7ee44960e
Remove moving around of the gravity and blacklist files as we do not use them any longer
5 years ago
DL6ER 6594a0a6e7
Fix detection of blocked query in pihole -t
5 years ago
DL6ER a4ba8d4b8f
Prevent double disabling/enabling by checking BLOCKING_ENABLED value in setupVars.conf
5 years ago
Ludovic Rousseau d5fbe1b629 Do not ask admin password just for help documentation
5 years ago
Mcat12 3f59b51be1
Fix restartDNS returning code 1 even when it worked
6 years ago
jeremysherriff d986da63a5 Pass gravity exit code back to caller to allow for cron error handling
6 years ago
Mark Drobnak c976bbcfd2
Fix checkout error due to readonly variable
6 years ago
DL6ER f20e4ddf3b
Change message for unknown state to something more useful
6 years ago
DL6ER 40656641b6
Merge branch 'development' into tweak/reload_on_enable_disable
6 years ago
DL6ER 0ebd68f17f
Review comments
6 years ago
DL6ER 337cc5ca18
BLOCKING -> BLOCKING_ENABLED
6 years ago
DL6ER 4e4d6b5d1f
Adjust "pihole status" command
6 years ago
DL6ER b011adc453
Use new setupVars BLOCKING variable to determine which file to update via gravity
6 years ago
DL6ER d8abc1d266
Storing BLOCKING=true/false in setupVars.conf
6 years ago
WaLLy3K d163e38380
Ensure regex-blocked lines are red
6 years ago
DL6ER 20b946eae5
Instead of changing the dnsmasq configuration, we replace gravity.list and black.list by empty files for disabling. When pihole-FTL receives SIGHUP, it will clear its cache and reload all configured lists. If the files are empty, blocking will be disabled as no content to be blocked will be imported.
6 years ago
DL6ER c00357663b
Reload pihole-FTL instead of restart the entire service on "pihole enable/disable"
6 years ago
WaLLy3K a1bf9fad98
Fix colour tail for use with new blocking methods
6 years ago
Dan Schaper dbc82cfb6a
Merge pull request #2236 from pi-hole/new/regex-lists
6 years ago
Mcat12 941a766aa3
Replace -wild and -regex with --wild and --regex
6 years ago
Mcat12 c5bb404d6a
Emulate wildcard blacklisting via -wild and move regex to -regex
6 years ago
Mcat12 4763969c8f
Move processWildcards to query.sh
6 years ago
Mcat12 0f4968d75c
Merge remote-tracking branch 'origin/development' into new/regex-lists
6 years ago
Mcat12 3077c22e4f
Change help strings from wildcard to regex blacklist
6 years ago
DL6ER a7c73036f0
pihole -t: Warn user if Pi-hole's logging is disabled
6 years ago
Rob Gill 2255d05664
Remove scanlist(), now in query.sh
6 years ago
Rob Gill b1207949ac
Call query.sh to replace queryFunc()
6 years ago
Rob Gill 40bc390c3b
Admin Console -> "Web Interface"
6 years ago
RamSet 2f24e5ceb7 Minor correction for double instance of the word "found".
6 years ago
Adam Warner e49a9096a5
accidentally a 'shift'
6 years ago
Adam Warner 33148ba832
Add help text to pihole command to document new flag
6 years ago
Adam Warner bca23dd896
Allow passing of --check-only to update script.
6 years ago
Adam Warner 310d33b8ee
Merge dev > FTLDNS fix merge conflicts
6 years ago
Razvan Radu 7361d5d3ea Update pihole lolcahost probe for DNS status
6 years ago
Adam Warner 0b87f489d5
Look for pihole-FTL, not dnsmasq!
6 years ago
DL6ER 7ed45d26c2
Remove " " at some places where they shouldn't be
6 years ago
DL6ER e8ec0dc701
Use pihole-FTL resolver in pihole and gravity
6 years ago
DL6ER d7dde06552
Add "pihole logging off noflush" command
6 years ago
DL6ER 05d015169c
Check for local version and branches every 10 minutes, check for remote versions only once a day
7 years ago
Jacob Salmela 9631519eb1
Merge pull request #1752 from pi-hole/new/bashupdatechecker
7 years ago
DL6ER 6ca47dc3b3
Add bash / cron based update checker for Pi-hole
7 years ago
Mcat12 8dba2a88e2 Move FTL re-parsing call after dnsmasq restart
7 years ago
DL6ER b9ae01d819
Send SIGHUP to pihole-FTL when restarting/reloading dnsmasq
7 years ago
WaLLy3K 645d8e0ebd Fix issue where wildcarding didn't restart dnsmasq
7 years ago
WaLLy3K 80c40e6050 Prevent full stop being interpreted as regex
7 years ago
WaLLy3K 3b300a4d6a Fix query option handling
7 years ago
WaLLy3K 664d0ea023 Correctly retrieve IPv4/6 addresses for tailFunc()
7 years ago
Adam Warner a0bd517380 Merge pull request #1694 from pi-hole/fix/qf-opt
7 years ago
WaLLy3K 56990618e9 Prevent Block Page issue
7 years ago