{"id":23946044,"url":"https://github.com/timintech/pi-hole-configuration-guide","last_synced_at":"2025-08-11T22:35:40.289Z","repository":{"id":226769733,"uuid":"769592813","full_name":"TimInTech/Pi-hole-Configuration-Guide","owner":"TimInTech","description":"Comprehensive guide to setting up and maintaining a Pi-hole server, with a focus on ease of use, community collaboration, and effective ad blocking.","archived":false,"fork":false,"pushed_at":"2024-03-09T14:45:27.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T07:13:07.107Z","etag":null,"topics":["ad-blocking","dns","network-security-privacy","pi-hole","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimInTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-09T14:14:10.000Z","updated_at":"2024-03-09T14:52:27.000Z","dependencies_parsed_at":"2024-03-09T15:54:04.171Z","dependency_job_id":null,"html_url":"https://github.com/TimInTech/Pi-hole-Configuration-Guide","commit_stats":null,"previous_names":["gummiflip/pi-hole-configuration-guide","timintech/pi-hole-configuration-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimInTech/Pi-hole-Configuration-Guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimInTech%2FPi-hole-Configuration-Guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimInTech%2FPi-hole-Configuration-Guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimInTech%2FPi-hole-Configuration-Guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimInTech%2FPi-hole-Configuration-Guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimInTech","download_url":"https://codeload.github.com/TimInTech/Pi-hole-Configuration-Guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimInTech%2FPi-hole-Configuration-Guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269969199,"owners_count":24505425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad-blocking","dns","network-security-privacy","pi-hole","raspberry-pi"],"created_at":"2025-01-06T08:21:29.297Z","updated_at":"2025-08-11T22:35:40.126Z","avatar_url":"https://github.com/TimInTech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pi-hole Configuration and Maintenance Guide \n\nThis guide provides an overview of useful commands for managing and monitoring your Pi-hole system. It includes commands for functional tests, DNS tests, updating Pi-hole, and general configuration data.\n\n## General Commands\n\n### Check Pi-hole Status\n\n```sh\npihole status\n```\n\n### Display Pi-hole Versions\n\n```sh\npihole -v\n```\n\n### Update Pi-hole\n\n```sh\npihole -up\n```\n\n### Test DNS Resolution\n\n```sh\ndig @127.0.0.1 example.com\n```\n\n### View Pi-hole Query Log\n\nAccess the Pi-hole log file for detailed queries (requires `sudo`):\n\n```sh\nsudo less /var/log/pihole/pihole.log\n```\n\n### Display Network Configuration\n\n```sh\nip -br a\nip route\n```\n\n### Measure System Temperature\n\n```sh\nvcgencmd measure_temp\n```\n\n## Further Support\n\nFor additional support and detailed questions, you can visit the community and documentation on [Pi-hole GitHub](https://github.com/pi-hole/pi-hole) or the [Pi-hole Forum](https://discourse.pi-hole.net/).\n\n\n---\n\n# Pi-hole Konfiguration und Wartungshandbuch\n\nDiese Anleitung bietet einen Überblick über nützliche Befehle zur Verwaltung und Überwachung Ihres Pi-hole-Systems. Sie umfasst Befehle für Funktionstests, DNS-Tests, die Aktualisierung von Pi-hole und allgemeine Konfigurationsdaten.\n\n## Allgemeine Befehle\n\n### Pi-hole Status überprüfen\n\n```sh\npihole status\n```\n\n### Pi-hole Versionen anzeigen\n\n```sh\npihole -v\n```\n\n### Pi-hole aktualisieren\n\n```sh\npihole -up\n```\n\n### DNS-Auflösung testen\n\n```sh\ndig @127.0.0.1 example.com\n```\n\n### Pi-hole Query Log anzeigen\n\nZugriff auf die Pi-hole Logdatei für detaillierte Anfragen (erfordert `sudo`):\n\n```sh\nsudo less /var/log/pihole/pihole.log\n```\n\n### Netzwerkkonfiguration anzeigen\n\n```sh\nip -br a\nip route\n```\n\n### Systemtemperatur messen\n\n```sh\nvcgencmd measure_temp\n```\n\n## Weitere Unterstützung\n\nFür weitere Unterstützung und detaillierte Fragen können Sie die Community und Dokumentation auf [Pi-hole GitHub](https://github.com/pi-hole/pi-hole) oder das [Pi-hole Forum](https://discourse.pi-hole.net/) besuchen.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimintech%2Fpi-hole-configuration-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimintech%2Fpi-hole-configuration-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimintech%2Fpi-hole-configuration-guide/lists"}