From 32d8ae6eb2505a67785388a94fea9d97dc61fff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 8 Jun 2018 15:18:36 +0200 Subject: [PATCH] new: Add CoinBlockerLists list Source: https://raw.githubusercontent.com/ZeroDot1/CoinBlockerLists/master/MiningServerIPList.txt --- bgpranking/config/modules/CoinBlockerLists.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bgpranking/config/modules/CoinBlockerLists.json diff --git a/bgpranking/config/modules/CoinBlockerLists.json b/bgpranking/config/modules/CoinBlockerLists.json new file mode 100644 index 0000000..9fc54fb --- /dev/null +++ b/bgpranking/config/modules/CoinBlockerLists.json @@ -0,0 +1,6 @@ +{ + "url": "https://zerodot1.gitlab.io/CoinBlockerLists/MiningServerIPList.txt", + "vendor": "ZeroDot1", + "name": "CoinBlockerLists", + "impact": 3 +}