mirror of
https://github.com/pi-hole/web.git
synced 2026-07-07 06:55:30 +01:00
18a44efd95f2e00a88e9b8b3247cb655a24194cc
Pi-hole Admin Dashboard
Using AdminLTE, this project will create a Web interface for the ad-blocking Pi-hole: a black hole for Internet advertisements.
From this interface, you will be able to see stats on how well your Pi-hole is performing. You will also be able to update the lists used to block ads.
API
A basic read-only API can be accessed at /admin/api.php. It returns the following JSON:
{
"domains_being_blocked": "136708",
"dns_queries_today": "18108",
"ads_blocked_today": "14648",
"ads_percentage_today": 80.892423238348
}
Languages
JavaScript
41.6%
CSS
34.5%
Lambdapi
12.9%
Answer Set Programming
8.9%
Linear Programming
2.1%


