Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active September 12, 2024 12:10
Show Gist options
  • Save dewomser/a2751f6bf37c51fb6e051fefe26b6134 to your computer and use it in GitHub Desktop.
Save dewomser/a2751f6bf37c51fb6e051fefe26b6134 to your computer and use it in GitHub Desktop.
Pihole über ssh und API

update pihole mit ssh

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!

pihole API

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

https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/#page-content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment