Skip to content

Commit

Permalink
config: augument online audio, video, gaming console lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 30, 2024
1 parent f948784 commit ccc06df
Showing 1 changed file with 34 additions and 19 deletions.
53 changes: 34 additions & 19 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,30 @@
{
"vname": "Streaming Audio",
"group": "ParentalControl",
"subg": "Piracy",
"format": "domains",
"url": "https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/streaming-audio",
"pack": ["streams", "piracy"],
"level": [0, 2]
"subg": "Services",
"format": ["domains", "domains", "domains", "domains", "domains", "domains"],
"url": [
"https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/streaming-audio",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/Deezer",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/Apple-Music",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/Tidal",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/SoundCloud",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/DAZN"],
"pack": ["streams"],
"level": [0]
},
{
"vname": "Streaming Video",
"group": "ParentalControl",
"subg": "RPiList",
"format": ["domains", "abp", "domains"],
"format": ["domains", "abp", "domains", "domains"],
"url": [
"https://raw.githubusercontent.com/nextdns/piracy-blocklists/master/streaming-video",
"https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Streaming",
"https://raw.githubusercontent.com/nickspaargaren/no-amazon/master/categories/amazonvideoparsed"],
"pack": ["streams", "piracy"],
"level": [0, 2]
"https://raw.githubusercontent.com/nickspaargaren/no-amazon/master/categories/amazonvideoparsed",
"https://raw.githubusercontent.com/nextdns/services/main/services/hbomax"],
"pack": ["streams"],
"level": [0]
},
{
"vname": "Torrent Clients",
Expand Down Expand Up @@ -269,11 +276,13 @@
"level": [1, 0]
},
{
"vname": "Fortnite",
"vname": "Epic Games",
"group": "ParentalControl",
"subg": "Services",
"format": "domains",
"url": "https://raw.githubusercontent.com/nextdns/services/main/services/fortnite",
"format": ["domains", "domains"],
"url": [
"https://raw.githubusercontent.com/nextdns/services/main/services/fortnite",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/Epic-Games"],
"pack": ["gaming"],
"level": [0]
},
Expand Down Expand Up @@ -323,11 +332,14 @@
"level": [1]
},
{
"vname": "Minecraft",
"vname": "Gaming Consoles",
"group": "ParentalControl",
"subg": "Services",
"format": "domains",
"url": "https://raw.githubusercontent.com/nextdns/services/main/services/minecraft",
"format": ["domains", "domains", "domains"],
"url": [
"https://raw.githubusercontent.com/nextdns/services/main/services/minecraft",
"https://raw.githubusercontent.com/nextdns/services/main/services/playstation-network",
"https://raw.githubusercontent.com/RPiList/specials/master/Internet%20Services/Nintendo"],
"pack": ["gaming"],
"level": [0]
},
Expand Down Expand Up @@ -513,11 +525,12 @@
"vname": "NoCoin (hoshsadiq + ShadowWhisperer + Olbat)",
"group": "Security",
"subg": "Cryptojacking",
"format": ["hosts", "domains", "domains"],
"format": ["hosts", "domains", "domains", "domains"],
"url": [
"https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt",
"https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Cryptocurrency",
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/cryptojacking/domains"],
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/cryptojacking/domains",
"https://v.firebog.net/hosts/Prigent-Crypto.txt"],
"pack": ["crypto"],
"level": [0]
},
Expand Down Expand Up @@ -601,8 +614,10 @@
"vname": "Spam404",
"group": "Security",
"subg": "ThreatIntelligence",
"format": "domains",
"url": "https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt",
"format": ["domains", "hosts"],
"url": [
"https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt",
"https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts"],
"pack": ["spam"],
"level": [0]
},
Expand Down

1 comment on commit ccc06df

@ignoramous
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.