ssh pi@dns -t sudo pihole -up
Dieses Kommando erneuert nicht nur die die Blocklisten, auch das pi-hole selbst und ein apt-get update. Also alles!
summary: http://pi.hole/admin/api.php?summary&auth=TOKEN
Deaktivieren: http://pi.hole/admin/api.php?disable&auth=TOKEN
Aktivieren: http://pi.hole/admin/api.php?enable&auth=TOKEN
oder mit curl
status: curl -ks "http://pi.hole/admin/api.php?status&auth=TOKEN"
info im Internet