From e960eacf2a7cd670af887691e19eba0625687df8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 Oct 2024 12:20:24 -0500 Subject: [PATCH] Updated October 6, 2024 12:20PM --- db_dump.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_dump.sql b/db_dump.sql index 9dbffd0..4ce60b8 100644 --- a/db_dump.sql +++ b/db_dump.sql @@ -43,7 +43,7 @@ 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,1728225653,1728235214,'Migrated from /etc/pihole/adlists.list',1728234445,116379,1,2); +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,NULL,0,0,0); 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,NULL,0,0,0);