Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pihole
AgeCommit message (Expand)Author
2017-03-19Formatting cleanup.Anthony Giorgio
2017-03-14Fix help text bugMcat12
2017-03-09Shift off `checkout` from being passed to script from `pihole`Dan Schaper
2017-03-08Pi-hole checkout featureDL6ER
2017-03-06Check for existence of wildcard blocking list before trying to acces itDL6ER
2017-02-27Fix for calling -w without -a.Dan Schaper
2017-02-27Carriage return or newline based webcalls.Dan Schaper
2017-02-27Help text clarification and addition of the automated debuggin flag.Dan Schaper
2017-02-27Modify `pihole` for `-d -a` arguments.Dan Schaper
2017-02-22update license to EUPL on core filesJacob Salmela
2017-02-08Add wildcard description to help text, improve other help textsMarkus Napp
2017-01-27remove pihole -s flagJacob Salmela
2017-01-09Merge branch 'development' into wildcardblacklistingDL6ER
2017-01-02Merge pull request #1048 from pi-hole/tweak/simplify_webpage.shAdam Warner
2017-01-02Implement querying ad lists support for wildcards (what hell of a bash experi...DL6ER
2016-12-31Add blacklisting wildcard supportDL6ER
2016-12-28Added space behind :53 to only match port 53DL6ER
2016-12-28Make webpage.sh fully library styleDL6ER
2016-12-28Test if DNS service is listening on local port 53DL6ER
2016-12-23Make grep case insensitiveDL6ER
2016-12-14specifically comment out gravity.list addn-hostPromofaux
2016-12-10Merge pull request #964 from pi-hole/queryadsonlyexactmatchesAdam Warner
2016-12-09Merge pull request #973 from pi-hole/taillogMcat12
2016-12-09Tell user how to exit tail commandMcat12
2016-12-08Update piholeMcat12
2016-12-08Add tail optionDL6ER
2016-12-06pihole -q <domain> is partial matching (as before), pihole -q <domain> -exact...DL6ER
2016-12-06Do only one grep on each of the lists and count the number of non-empty lines...DL6ER
2016-12-06Show only exact matches for pihole -qDL6ER
2016-12-05Only looking for blocking entries (do not scan whitelist.txt)DL6ER
2016-12-05Also query white- and blacklistDL6ER
2016-12-05No need for pipe hereDL6ER
2016-12-01Begin fixing exit values.Dan Schaper
2016-11-21Merge pull request #933 from DL6ER/delayedreactivationMcat12
2016-11-21Extended help text of main pihole commandDL6ER
2016-11-20Changed -web (webpage) to -a (admin)DL6ER
2016-11-18Fixed two more typosDL6ER
2016-11-18fixed typoDL6ER
2016-11-18Removed check for availability of nohupDL6ER
2016-11-18Removed debug echosDL6ER
2016-11-18Added possiblity for delayed reactivation of blockingDL6ER
2016-11-16Added webpage.shDL6ER
2016-11-02Stash all changed files, clean directory and pull updates.Dan Schaper
2016-11-02Keep .yml's from going to user local repos.Dan Schaper
2016-11-02whitespaceDan Schaper
2016-11-02Grep -i instead of cat.Dan Schaper
2016-11-02Grep should start at the beginning of line to make sure it doesn't fire on `#...Dan Schaper
2016-11-02Cherry picking 3f049fa79, conflict fixAdam Warner
2016-11-02consistencyAdam Warner
2016-11-02enable or disable logging from pihole commandPromofaux