Browse Source

[i2pd] enable ssu2 by default and disable ssu

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/44/head
R4SAS 2 years ago
parent
commit
e27534dbbe
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 8
      app/src/main/assets/i2pd.conf

8
app/src/main/assets/i2pd.conf

@ -12,7 +12,7 @@ loglevel = none @@ -12,7 +12,7 @@ loglevel = none
ipv4 = true
ipv6 = false
# ssu = true
ssu = false
bandwidth = L
# share = 100
@ -23,6 +23,10 @@ bandwidth = L @@ -23,6 +23,10 @@ bandwidth = L
[ntcp2]
enabled = true
[ssu2]
enabled = true
published = true
[http]
enabled = true
address = 127.0.0.1
@ -63,7 +67,7 @@ enabled = false @@ -63,7 +67,7 @@ enabled = false
# port = 7656
[precomputation]
elgamal = true
elgamal = false
[upnp]
enabled = true

Loading…
Cancel
Save