mcattle edb93db3ce Add Quad9 DNS Servers to DNS Servers List
I've added the Quad9 DNS servers (IPv4 and IPv6) to the DNS Servers list.  (https://www.quad9.net/)  I've opted not to also add their non-secure alternate servers, as those mainly exist for diagnostics of false positives, and are not the primary focus of the Quad9 service.  They do not offer secondary servers, as their primary servers are already geographically distributed and redundant.
2017-11-16 23:08:35 -07:00
2016-12-23 19:49:11 +00:00
2016-12-13 14:58:47 +01:00
2017-06-20 22:17:37 +01:00
2016-07-05 23:36:02 -05:00
2017-06-20 22:17:37 +01:00
2017-06-20 22:17:37 +01:00
2017-03-24 16:27:37 -04:00
2017-04-05 12:40:35 -04:00
2017-06-20 22:17:37 +01:00
2017-06-20 22:17:37 +01:00
2017-02-20 12:46:38 +01:00
2017-04-22 00:04:16 +02:00

Pi-hole Admin Dashboard

Codacy Badge Join the chat at https://gitter.im/pi-hole/AdminLTE

Donate

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.

Pi-hole Web interface

API

A read-only API can be accessed at /admin/api.php. With either no parameters or api.php?summary it returns the following JSON:

{
	"domains_being_blocked": "136,708",
	"dns_queries_today": "18,108",
	"ads_blocked_today": "14,648",
	"ads_percentage_today": "80.9"
}

There are many more parameters, such as summaryRaw, overTimeData10mins, topItems, topClients or getQuerySources, getQueryTypes, getForwardDestinations, and finally getAllQueries. Together with a token it is also possible to enable and disable (also with a set timeout) blocking via the API

The API returns more information (in a slighly different format if FTL is running) - it supports a fall-back to the "old" PHP API if FTL is not running. Test the type and/or version of the API by using the parameter type and version.



We use BrowserStack for multi-platform multi-browser testing.
S
Description
Pi-hole Dashboard for stats and more
Readme 62 MiB
Languages
PHP 39.1%
CSS 38.8%
JavaScript 22.1%