Updated April 17, 2024 8:00PM

This commit is contained in:
root
2024-04-17 20:00:01 -05:00
parent f7a7d6bc20
commit 8dcb925828

View File

@@ -90,8 +90,8 @@ 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,NULL,0,0,0);
INSERT INTO adlist VALUES(10,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/fake.txt',1,1713190495,1713190495,NULL,NULL,0,0,0);
INSERT INTO adlist VALUES(11,'https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/popupads.txt',1,1713190514,1713190514,NULL,NULL,0,0,0);
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);
CREATE TABLE domainlist_by_group
(
domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),