Commit Graph

77 Commits (b6639d9e7e9f0d9973d027154a72bbe9e4989d24)

Author SHA1 Message Date
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
Promofaux 090fbd04af Remove ${SUDO} usages and root checks from scripts called by `pihole` command as they should not be called directly.
8 years ago
Promofaux 461de48625 function declarations as per basic-install.sh
8 years ago
Promofaux 9352ba6e4a about time we exit 0'd
8 years ago
Promofaux 5e883239f9 remove calls for ${SUDO} as per basic-install.sh.
8 years ago
Promofaux 5ea08a2120 add -r to reconfigure pihole (basically runs basic-install.sh from /etc/.pihole)
8 years ago
Promofaux 1a83988e26 Add check at the beginning of update script to check for existence of local repos. If not, redirect user to run install command again.
8 years ago
Promofaux ec0c68621c add blank line after Current version display
8 years ago
Promofaux d58f7c6ec9 Remove references to dashboard update Script
8 years ago
Promofaux d124c2c12e Expand to check web admin versions
8 years ago
Promofaux 0229f70761 Make updatePiholeFunc a bit smarter. Only run update if version is not the latest.
8 years ago