From c04645d6b7b20671f477f28b49515adbc218f9e0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Jul 2024 17:45:01 -0500 Subject: [PATCH] Updated July 1, 2024 5:45PM --- db_dump.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/db_dump.sql b/db_dump.sql index fd16a04..8c7438e 100644 --- a/db_dump.sql +++ b/db_dump.sql @@ -84,7 +84,11 @@ CREATE TABLE adlist invalid_domains INTEGER NOT NULL DEFAULT 0, status INTEGER NOT NULL DEFAULT 0 ); -INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',1,1719171501,1719171501,'Migrated from /etc/pihole/adlists.list',1719739921,161604,1,1); +INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',0,1719171501,1719873562,'Migrated from /etc/pihole/adlists.list',1719739921,161604,1,1); +INSERT INTO adlist VALUES(2,'https://v.firebog.net/hosts/static/w3kbl.txt',1,1719873553,1719873553,NULL,NULL,0,0,0); +INSERT INTO adlist VALUES(3,'https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts',0,1719873568,1719873570,NULL,NULL,0,0,0); +INSERT INTO adlist VALUES(4,'https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt',0,1719873575,1719873576,NULL,NULL,0,0,0); +INSERT INTO adlist VALUES(5,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1719873584,1719873584,NULL,NULL,0,0,0); CREATE TABLE domainlist_by_group ( domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),