Browse Source

add ntcp2 and ssu2 options in example config

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/1786/head
R4SAS 2 years ago
parent
commit
66fcbcae96
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 16
      contrib/i2pd.conf

16
contrib/i2pd.conf

@ -96,6 +96,22 @@ ipv6 = false @@ -96,6 +96,22 @@ ipv6 = false
## Note: that mode uses much more network connections and CPU!
# floodfill = true
[ntcp2]
## Enable NTCP2 transport (default = true)
# enabled = true
## Publish address in RouterInfo (default = true)
# published = true
## Port for incoming connections (default is global port option value)
# port = 4567
[ssu2]
## Enable SSU2 transport (default = false for 2.43.0)
enabled = true
## Publish address in RouterInfo (default = false for 2.43.0)
published = true
## Port for incoming connections (default is global port option value or port + 1 if SSU is enabled)
# port = 4567
[http]
## Web Console settings
## Uncomment and set to 'false' to disable Web Console

Loading…
Cancel
Save