From f07db8d617d261fe92f1c262c412a718380da5bf Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 5 Feb 2025 13:27:58 +0200 Subject: [PATCH] Added I2P peer --- constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constants.py b/constants.py index 9f1a3a3..b064af2 100644 --- a/constants.py +++ b/constants.py @@ -133,5 +133,10 @@ PUBLIC_ENTRYPOINTS = """``` enabled = true target_host = 200:73eb:2e4:14be:aac7:90b3:784b:71a3 target_port = 4242 + + [[rothbard_RNS_transport_ZA_i2p]] + type = I2PInterface + enabled = true + peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p ``` """