From 6fed9dcac59986bc973779e37088287253958430 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 21 Jul 2025 14:42:58 +0400 Subject: [PATCH] Create p2p_manual_config.json (full proxy) --- .../p2p_manual_config.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 utils/p2p_manual_config/proxy_via_seed_nodes/p2p_manual_config.json diff --git a/utils/p2p_manual_config/proxy_via_seed_nodes/p2p_manual_config.json b/utils/p2p_manual_config/proxy_via_seed_nodes/p2p_manual_config.json new file mode 100644 index 00000000..08e9cf8c --- /dev/null +++ b/utils/p2p_manual_config/proxy_via_seed_nodes/p2p_manual_config.json @@ -0,0 +1,39 @@ +{ + "incoming_connections_limit": 0, + "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" + ], + "use_only_priority_peers": true, + "ip_priority_list": [ + "95.217.43.225:11121", + "95.217.42.247:11121", + "94.130.160.115:11121", + "195.201.107.230:11121", + "95.217.46.49:11121", + "159.69.76.144:11121", + "144.76.183.143:11121" + ] +}