Package Details: padd-git v3.0.2.r4.g03cfbd1-1

Git Clone URL: https://aur.archlinux.org/padd-git.git (read-only, click to copy)
Package Base: padd-git
Description: PADD - Pi-hole Ad Detection Display
Upstream URL: https://github.com/jpmck/PADD
Licenses: unknown
Conflicts: padd
Provides: padd
Submitter: Berengal
Maintainer: Berengal
Last Packager: Berengal
Votes: 2
Popularity: 0.144632
First Submitted: 2019-07-21 11:33 (UTC)
Last Updated: 2019-07-21 11:33 (UTC)

Required by (0)

Sources (1)

Latest Comments

carstene1ns commented on 2022-01-31 22:16 (UTC)

Repository is now under pi-hole org: https://github.com/pi-hole/PADD

Your inline patch could be replaced with a one-liner, looks cleaner IMHO: sed 's#/run/pihole-FTL.port#/run/pihole-ftl/pihole-FTL.port#' -i padd.sh

kusky commented on 2021-01-27 19:57 (UTC) (edited on 2021-01-27 19:58 (UTC) by kusky)

this should include the patch to remove the "phone home" feature, or at least use the same that networkmanager uses, archlinux.org.

@@ -934,7 +934,7 @@ CheckConnectivity() {

   while [ $connection_attempts -lt 9 ]; do

-    if curl -s http://archlinux.org/check_network_status.txt 2>/dev/null; then
+    if nc -zw1 google.com 443 2>/dev/null; then
       if [ "$1" = "pico" ] || [ "$1" = "nano" ] || [ "$1" = "micro" ]; then
         echo "Attempt #${connection_attempts} passed..."
       elif [ "$1" = "mini" ]; then