Skip to content

Commit

Permalink
set default lease set encryption type to work with postman's tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Becker committed Apr 28, 2024
1 parent d92400f commit 68cb63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/i2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 68cb63b

Please sign in to comment.