From f60ce141be5ff8a5bb2c4ed3a757c712d07f3580 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 24 Nov 2024 04:45:02 -0600 Subject: [PATCH] Updated November 24, 2024 4:45AM --- db_dump.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db_dump.sql b/db_dump.sql index ca36eec..be9a2b9 100644 --- a/db_dump.sql +++ b/db_dump.sql @@ -44,10 +44,10 @@ CREATE TABLE adlist status INTEGER NOT NULL DEFAULT 0 ); INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',0,1728225653,1728235222,'Migrated from /etc/pihole/adlists.list',1728234445,116379,1,2); -INSERT INTO adlist VALUES(2,'https://v.firebog.net/hosts/static/w3kbl.txt',1,1728234516,1728234516,NULL,1731839582,351,0,2); +INSERT INTO adlist VALUES(2,'https://v.firebog.net/hosts/static/w3kbl.txt',1,1728234516,1728234516,NULL,1732444382,351,0,2); INSERT INTO adlist VALUES(3,'https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts',0,1728234528,1728234529,NULL,NULL,0,0,0); -INSERT INTO adlist VALUES(4,'https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt',1,1728234540,1728234540,NULL,1731839585,429286,0,2); -INSERT INTO adlist VALUES(5,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1728234546,1728234546,NULL,1731839587,0,0,1); +INSERT INTO adlist VALUES(4,'https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt',1,1728234540,1728234540,NULL,1732444383,429286,0,2); +INSERT INTO adlist VALUES(5,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',1,1728234546,1728234546,NULL,1732444385,0,0,1); CREATE TABLE domainlist_by_group ( domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),