From 6b7ce16b69062a93e93dbfb2ef3ea13bcd3348f8 Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 24 Jan 2026 21:45:39 -0500 Subject: [PATCH] added stan param --- contrib/i2pd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/i2pd.conf b/contrib/i2pd.conf index 933646e5..7d2b3a20 100644 --- a/contrib/i2pd.conf +++ b/contrib/i2pd.conf @@ -100,6 +100,9 @@ ipv6 = false ## Note: that mode uses much more network connections and CPU! # floodfill = true +## For places with limited connectivity (default: false) +# stan = true + [ntcp2] ## Enable NTCP2 transport (default: true) # enabled = true @@ -267,6 +270,7 @@ verify = true ## Make direct I2P connections only to routers specified here. Comma separated list of base64 identities. # routers = ## Should we hide our router from other routers? (default: false) +## Note: this is not an overall hidden mode # hidden = true [exploratory]