Updated April 23, 2024 1:00PM

This commit is contained in:
root
2024-04-23 13:00:01 -05:00
parent 9aefa1618a
commit 6a4a121f60

View File

@@ -70,6 +70,8 @@ INSERT INTO domainlist VALUES(58,2,'(\.|^)totalav\.com$',1,1688008280,1688008280
INSERT INTO domainlist VALUES(59,2,'(\.|^)protected\.net$',1,1688008823,1688008823,NULL);
INSERT INTO domainlist VALUES(60,0,'kinesis.us-west-2.amazonaws.com',1,1709130709,1709130709,'Added from Query Log');
INSERT INTO domainlist VALUES(61,2,'(\.|^)icloud\.com$',1,1710991396,1710991396,NULL);
INSERT INTO domainlist VALUES(62,0,'iadsdk.apple.com',1,1713894793,1713894793,'Added from Query Log');
INSERT INTO domainlist VALUES(63,0,'trace.svc.ui.com',1,1713894811,1713894811,'Added from Query Log');
CREATE TABLE adlist
(
id INTEGER PRIMARY KEY AUTOINCREMENT,
@@ -90,8 +92,9 @@ INSERT INTO adlist VALUES(4,'https://v.firebog.net/hosts/static/w3kbl.txt',0,162
INSERT INTO adlist VALUES(6,'https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt',0,1651291704,1710017978,NULL,1708957804,429286,0,2);
INSERT INTO adlist VALUES(8,'https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt',0,1708957798,1713190345,NULL,1713085924,0,0,1);
INSERT INTO adlist VALUES(9,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/multi.txt',1,1713190331,1713190331,NULL,1713690722,0,0,1);
INSERT INTO adlist VALUES(10,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/fake.txt',0,1713190495,1713401680,NULL,NULL,0,0,0);
INSERT INTO adlist VALUES(11,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/popupads.txt',0,1713190514,1713401680,NULL,NULL,0,0,0);
INSERT INTO adlist VALUES(10,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/fake.txt',1,1713190495,1713894768,NULL,NULL,0,0,0);
INSERT INTO adlist VALUES(11,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/popupads.txt',1,1713190514,1713894770,NULL,NULL,0,0,0);
INSERT INTO adlist VALUES(12,'https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt',1,1713895059,1713895059,NULL,NULL,0,0,0);
CREATE TABLE domainlist_by_group
(
domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),
@@ -142,4 +145,6 @@ INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(41,58,0);
INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(42,59,0);
INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(43,60,0);
INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(44,61,0);
INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(45,62,0);
INSERT INTO domainlist_by_group(rowid,domainlist_id,group_id) VALUES(46,63,0);
COMMIT;