From 68cb63b24e496e36d835a52c49ffddaf1833986e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 28 Apr 2024 16:05:10 -0400 Subject: [PATCH] set default lease set encryption type to work with postman's tracker. --- lib/config/i2p.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/i2p.go b/lib/config/i2p.go index 1eaab0e..2c357de 100644 --- a/lib/config/i2p.go +++ b/lib/config/i2p.go @@ -19,6 +19,7 @@ type I2PConfig struct { func (cfg *I2PConfig) Load(section *configparser.Section) error { cfg.I2CPOptions = make(map[string]string) + cfg.I2CPOptions["i2cp.leaseSetEncType"] = "4,0" if section == nil { cfg.Addr = i2p.DEFAULT_ADDRESS cfg.Keyfile = ""