mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1724
This commit is contained in:
parent
90349c1471
commit
48e20c6ab0
3 changed files with 87672 additions and 0 deletions
56887
server/src/FilterLists.Data.Migrations/Migrations/20200628230353_1724.Designer.cs
generated
Normal file
56887
server/src/FilterLists.Data.Migrations/Migrations/20200628230353_1724.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
30752
server/src/FilterLists.Data.Migrations/Migrations/20200628230353_1724.cs
Normal file
30752
server/src/FilterLists.Data.Migrations/Migrations/20200628230353_1724.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -25458,6 +25458,18 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Name = "COVID-19 Indicators of Compromise and Azure Sentinel Alerts (URLs)",
|
||||
SyntaxId = (short)8,
|
||||
ViewUrl = "https://managedsentinel.com/downloads/covid19_url.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2319,
|
||||
Description = "A list of advertising, analytics, various tracking, potential malware, and so on aimed at mobile users. Aimed primarily at the Pi Hole but also tested on AdAway and DNS66.",
|
||||
HomeUrl = "https://ftpihole.com",
|
||||
IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues",
|
||||
LicenseId = (short)7,
|
||||
Name = "FTPiHole Smartphone Ads and Trackers Blocklist",
|
||||
SyntaxId = (short)2,
|
||||
ViewUrl = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/smartphone-ads-tracking.txt",
|
||||
ViewUrlMirror1 = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/smartphone-ads-tracking.txt"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -36347,6 +36359,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)2317,
|
||||
MaintainerId = (short)155
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2319,
|
||||
MaintainerId = (short)156
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -50810,6 +50827,16 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)2318,
|
||||
TagId = (short)7
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2319,
|
||||
TagId = (short)2
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2319,
|
||||
TagId = (short)3
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -55738,6 +55765,12 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = (short)155,
|
||||
HomeUrl = "https://github.com/bongochong",
|
||||
Name = "Chongo Bong"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)156,
|
||||
HomeUrl = "https://www.ftpihole.com/",
|
||||
Name = "FTPiHole"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue