mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-01-25 05:54:17 +00:00
[i2pd] enable ssu2 by default and disable ssu
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
8abfd1f5fb
commit
e27534dbbe
@ -12,7 +12,7 @@ loglevel = none
|
|||||||
ipv4 = true
|
ipv4 = true
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
|
|
||||||
# ssu = true
|
ssu = false
|
||||||
|
|
||||||
bandwidth = L
|
bandwidth = L
|
||||||
# share = 100
|
# share = 100
|
||||||
@ -23,6 +23,10 @@ bandwidth = L
|
|||||||
[ntcp2]
|
[ntcp2]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
[ssu2]
|
||||||
|
enabled = true
|
||||||
|
published = true
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
enabled = true
|
enabled = true
|
||||||
address = 127.0.0.1
|
address = 127.0.0.1
|
||||||
@ -63,7 +67,7 @@ enabled = false
|
|||||||
# port = 7656
|
# port = 7656
|
||||||
|
|
||||||
[precomputation]
|
[precomputation]
|
||||||
elgamal = true
|
elgamal = false
|
||||||
|
|
||||||
[upnp]
|
[upnp]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user