From 4f813b8e7cf010a1ca322fb2a6dacc996f82e53a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Jul 2025 17:15:02 -0500 Subject: [PATCH] Updated July 14, 2025 5:15PM --- db_dump.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db_dump.sql b/db_dump.sql index 0b49a69..51bedfe 100644 --- a/db_dump.sql +++ b/db_dump.sql @@ -92,11 +92,11 @@ CREATE TABLE adlist UNIQUE(address, type) ); 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,0,0); -INSERT INTO adlist VALUES(2,'https://v.firebog.net/hosts/static/w3kbl.txt',1,1719873553,1719873553,NULL,1740024122,351,0,2,0,0); +INSERT INTO adlist VALUES(2,'https://v.firebog.net/hosts/static/w3kbl.txt',1,1719873553,1719873553,NULL,1740024122,351,0,3,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,0,0); INSERT INTO adlist VALUES(4,'https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt',1,1719873575,1728180003,NULL,1740024124,429286,0,2,0,0); -INSERT INTO adlist VALUES(5,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1719873584,1719873584,NULL,1752395283,185717,0,1,185717,0); -INSERT INTO adlist VALUES(6,'https:/raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1748130631,1748130864,NULL,1752395283,185717,0,1,185717,0); +INSERT INTO adlist VALUES(5,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1719873584,1719873584,NULL,1752531108,180587,0,1,180587,0); +INSERT INTO adlist VALUES(6,'https:/raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1748130631,1748130864,NULL,1752531108,180587,0,1,180587,0); CREATE TABLE domainlist_by_group ( domainlist_id INTEGER NOT NULL REFERENCES domainlist (id) ON DELETE CASCADE,