add ntcp2 and ssu2 options in example config

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas 2022-08-19 19:27:34 +00:00
parent 7f0845dfd3
commit 66fcbcae96
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -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