mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 12:24:19 +00:00
add ntcp2 and ssu2 options in example config
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
7f0845dfd3
commit
66fcbcae96
@ -96,6 +96,22 @@ ipv6 = false
|
|||||||
## Note: that mode uses much more network connections and CPU!
|
## Note: that mode uses much more network connections and CPU!
|
||||||
# floodfill = true
|
# 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]
|
[http]
|
||||||
## Web Console settings
|
## Web Console settings
|
||||||
## Uncomment and set to 'false' to disable Web Console
|
## Uncomment and set to 'false' to disable Web Console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user