This commit is contained in:
Azure Pipelines EF Migration Bot 2020-06-28 23:03:55 +00:00 committed by Collin M. Barrett
parent 90349c1471
commit 48e20c6ab0
3 changed files with 87672 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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"
});
});