diff --git a/README.md b/README.md index c9770800..12769874 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Using **[AdminLTE](https://almsaeedstudio.com)**, this project will create a Web 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](http://i.imgur.com/5lLAUGo.png) -![Fully responsive](http://i.imgur.com/fHuWR6E.png) +![Pi-hole Web interface](http://i.imgur.com/EgGZXbT.png) ## 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: @@ -23,6 +22,9 @@ A read-only API can be accessed at `/admin/api.php`. With either no parameters o } ``` -There are many more parameters, such as `summaryRaw`, `overTimeData`, `topItems`, `recentItems`, `getQueryTypes`, `getForwardDestinations`, `getQuerySources`, and finally `getAllQueries`. +There are many more parameters, such as `summaryRaw`, `overTimeData10mins`, ` topClients` or `getQuerySources`, `getQueryTypes`, `getForwardDestinations`, and `getAllQueries`. +Together with a token it is also possible to enable and disable (also with a set timeout) blocking via the API. -`getAllQueries` can optionally be set with one of these values to return JSON hash ordered as value implies: `orderByClientDomainTime`, `orderByClientTimeDomain`, `orderByTimeClientDomain`, `orderByTimeDomainClient`, `orderByDomainClientTime` or `orderByDomainTimeClient`. +
+
+We use BrowserStack for multi-platform multi-browser testing.