Commit Graph

87 Commits (9af26cbaacbe55fd4b058e5f286e4f051610ba46)

Author SHA1 Message Date
DL6ER c674a175ee
Make grep case insensitive
7 years ago
Promofaux 906a1753be specifically comment out gravity.list addn-host
8 years ago
Adam Warner bebb569c43 Merge pull request #964 from pi-hole/queryadsonlyexactmatches
8 years ago
Mcat12 74e33bb1a0 Merge pull request #973 from pi-hole/taillog
8 years ago
Mcat12 b591df55b0 Tell user how to exit tail command
8 years ago
Mcat12 b9e0e88fe9 Update pihole
8 years ago
DL6ER 5120d9ec33 Add tail option
8 years ago
DL6ER c0886cb5c6 pihole -q <domain> is partial matching (as before), pihole -q <domain> -exact is exact matching (new behavior)
8 years ago
DL6ER 294df8690c Do only one grep on each of the lists and count the number of non-empty lines in the result. Improves speed by factor of 2x
8 years ago
DL6ER fb72ac9904 Show only exact matches for pihole -q
8 years ago
DL6ER 74cb79252c Only looking for blocking entries (do not scan whitelist.txt)
8 years ago
DL6ER 6cd3c93472 Also query white- and blacklist
8 years ago
DL6ER eb63e75379 No need for pipe here
8 years ago
Dan Schaper 2ec4acfe52
Begin fixing exit values.
8 years ago
Mcat12 3ba7d7640f Merge pull request #933 from DL6ER/delayedreactivation
8 years ago
DL6ER 7bf0985a57 Extended help text of main pihole command
8 years ago
DL6ER f50cbe74cb Changed -web (webpage) to -a (admin)
8 years ago
DL6ER 291ca0874a Fixed two more typos
8 years ago
DL6ER 96f2aa1803 fixed typo
8 years ago
DL6ER c6857501aa Removed check for availability of nohup
8 years ago
DL6ER 3aba1607b2 Removed debug echos
8 years ago
DL6ER f667298b64 Added possiblity for delayed reactivation of blocking
8 years ago
DL6ER db278d81e4 Added webpage.sh
8 years ago
Dan Schaper 1d64ad1ccd Stash all changed files, clean directory and pull updates.
8 years ago
Dan Schaper dfb4ac0365 Keep .yml's from going to user local repos.
8 years ago
Dan Schaper 0ef8832b04 whitespace
8 years ago
Dan Schaper e42a037b7d Grep -i instead of cat.
8 years ago
Dan Schaper fe18d69b65 Grep should start at the beginning of line to make sure it doesn't fire on `#` beginning lines.
8 years ago
Adam Warner f36e4ba336 Cherry picking 3f049fa79, conflict fix
8 years ago
Adam Warner c47c5e466f consistency
8 years ago
Promofaux 1d21b0da9a enable or disable logging from pihole command
8 years ago
Adam Warner 469ff45f01 create list.sh. Combines whitelist and blacklist scripts in an effort to reduce code duplication.
8 years ago
Promofaux 8ee98f0a4a remove a space
8 years ago
Promofaux 82e78fb651 Add output to `pihole disable` and `pihole enable`
8 years ago
Promofaux d0826b2c33 Merge branch 'development' of https://github.com/airencracken/pi-hole into airencracken-dev
8 years ago
Marcus Hildum 640398ced4 Consistency
8 years ago
Marcus Hildum 5ebfa5ecf7 heredoc for helpfunc in pihole
8 years ago
tuplink e199f6db87 spelling updates
8 years ago
tuplink c83dd3ccd7 change spacing
8 years ago
tuplink 78fbafa1cd test out new status logic
8 years ago
Tommy Huff 685b775b68 rework status if statments
8 years ago
Tommy Huff 9056a5a7b6 fix spelling / replace tabs with spaces in help
8 years ago
Tommy Huff 3ca3eaa62c change restartdnsmasq to restartdns
8 years ago
Tommy Huff aaee895b2b add pihole status web option to return 1 or 0 for easy use with php
8 years ago
Tommy Huff 7d7e17b351 add toggle to enable or disable pi-hole
8 years ago
Adam Warner b66f23cfd0 account for new update script
8 years ago
Adam Warner ce46c4dec4 remove prematurely added code
8 years ago
Adam Warner 77e8be09a1 handle passing arguments to version script
8 years ago
Adam Warner 29ad2496b6 don't output "elevating with sudo" in pihole script, just do it.
8 years ago
Promofaux a43577fa26 add reconfigure flag to -r command
8 years ago