From 70589fa84415d7732b278a10fa0da967b0d9cfbf Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 13 Dec 2019 15:41:14 +0000 Subject: [PATCH] Add Adlists group management Signed-off-by: DL6ER --- groups-adlists.php | 95 ++++++++++++ groups-clients.php | 2 +- groups-domains.php | 4 +- scripts/pi-hole/js/groups-adlists.js | 204 ++++++++++++++++++++++++++ scripts/pi-hole/js/groups-clients.js | 2 +- scripts/pi-hole/js/groups-domains.js | 2 +- scripts/pi-hole/php/groups.php | 209 +++++++++++++++++++++++++++ scripts/pi-hole/php/header.php | 11 +- 8 files changed, 522 insertions(+), 7 deletions(-) create mode 100644 groups-adlists.php create mode 100644 scripts/pi-hole/js/groups-adlists.js diff --git a/groups-adlists.php b/groups-adlists.php new file mode 100644 index 00000000..add8df83 --- /dev/null +++ b/groups-adlists.php @@ -0,0 +1,95 @@ + + + + + + + + + + + + +
+
+
+ +
+

+ Add a new adlist +

+
+ +
+
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+
+
+

+ List of configured adlists +

+
+ +
+ + + + + + + + + + +
AddressStatusCommentGroup assignmentAction
+
+ +
+ +
+
+ + + + diff --git a/groups-clients.php b/groups-clients.php index c8cadbcb..e2618b83 100644 --- a/groups-clients.php +++ b/groups-clients.php @@ -16,7 +16,7 @@