From e2bfde5bbc8076c2e6c23b421c75ca243cdf218c Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 21 Jul 2025 14:44:16 +0400 Subject: [PATCH] Create p2p_manual_config.json --- .../black_listed_ips/p2p_manual_config.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 utils/p2p_manual_config/black_listed_ips/p2p_manual_config.json diff --git a/utils/p2p_manual_config/black_listed_ips/p2p_manual_config.json b/utils/p2p_manual_config/black_listed_ips/p2p_manual_config.json new file mode 100644 index 00000000..a3d3d3b2 --- /dev/null +++ b/utils/p2p_manual_config/black_listed_ips/p2p_manual_config.json @@ -0,0 +1,28 @@ +{ + "ip_black_list": [ + "102.208.216.137", + "102.208.216.156", + "102.208.216.204", + "102.208.216.248", + "102.208.216.250", + "109.205.61.211", + "147.45.223.96", + "185.143.228.149", + "185.143.228.243", + "185.143.228.248", + "185.143.228.61", + "185.175.58.16", + "185.203.241.89", + "193.107.109.243", + "193.107.109.245", + "193.23.218.59", + "212.162.155.155", + "91.124.130.155", + "91.124.130.185", + "91.124.130.254", + "93.127.160.141", + "93.127.160.38", + "93.127.160.44", + "93.127.160.63" + ] +}