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
2022-09-26No detour - use pihole-FTL.conf to get the API port numberChristian König
2022-09-06Fix 4898Christian König
2022-07-26Move FTL port and PID functions to utils.shChristian König
2022-07-11Add database healthy checks to debug scriptChristian König
2022-06-20Requiere sudo for pihole -tre_sudoChristian König
2022-05-15use directory /var/log/pihole/ for log storageAdam Warner
2022-04-15I tried to do too many things in one function, vastly overcomplicating what s...Adam Warner
2022-04-12remove `readonly` directive from declaration of `utilsfile`, it is unnecasseryAdam Warner
2022-04-10Merge pull request #4663 from pi-hole/no_rootyubiuser
2022-04-05Address review commentsAdam Warner
2022-04-03Fix typono_rootyubiuser
2022-04-02Address:Adam Warner
2022-03-30Add exit code to status functionChristian König
2022-03-30Debug need sudoChristian König
2022-03-30Only use sudo power if neededChristian König
2022-02-27Add getFTLAPIPort functiontweak/api_portChristian König
2022-01-31Split new function out into a separte utility script and add a test for it. C...Adam Warner
2022-01-30Replace value for BLOCKING_ENABLED (and QUERY_LOGGING, for consistency) and i...Adam Warner
2022-01-12use sed substitute instead of delete and append (#4555)Lukas Schlötterer
2022-01-05Use ss instead of lsof (#4518)DL6ER
2021-12-28Remove double text outputChristian König
2021-12-28Analyse port also on ports other than 53Christian König
2021-12-28Inlcude port also in cli outputChristian König
2021-12-28Use FTL's new dns-port API endpointChristian König
2021-12-28Fix missing fiChristian König
2021-12-28Fix indention_2yubiuser
2021-12-28Fix indentionyubiuser
2021-12-26mendChristian König
2021-12-26Fix analyse portsChristian König
2021-12-26Include port in status functionChristian König
2021-12-04Use exec to run gravity script (#4449)yubiuser
2021-12-02Fix `pihole -v` output if WebAdmin not installed (#4370)Subhaditya Nath
2021-09-07Small style change to finished debug upload displayDL6ER
2021-09-07Apply same improvement to pihole tricorder featureDL6ER
2021-08-30Use --no-progress-meter instead of --silent so error reasons are printedDL6ER
2021-08-30Add warning if curl failedDL6ER
2021-08-30Fix piping to pihole tricorderDL6ER
2021-08-06On enabling/disabeling only reload-lists instead of reloadChristian König
2021-07-16Fix coloring of pihole -tChristian König
2021-07-04Merge branch 'development' into fix/gravity_no_locallistAdam Warner
2021-07-03Squashed commitsChristian König
2021-04-16Acknowledge that IPV{4,6}_ADDRESS may not existDL6ER
2021-04-14Obtain FTL's PID from the PID file (#4103)DL6ER
2020-11-15Be more specific what pihole -d -a doesChristian König
2020-08-14Merge pull request #3669 from pi-hole/release/v5.1.2Adam Warner
2020-07-28Merge pull request #3524 from pi-hole/fix/status_checkingDan Schaper
2020-07-21Use pkill instead of the somewhat fragile combination of kill + pidof. This s...DL6ER
2020-07-01Make verbose output the default.DL6ER
2020-07-01Fix pihole status to not rely on a TCP port test. The current test can fail e...DL6ER
2020-05-30Prevent "pihole disable $timeout" from messing up future state changesThomas L. Kjeldsen