forked from PurpleI2P/i2pdbrowser
r4sas
4fd1d4f0da
Signed-off-by: r4sas <r4sas@i2pmail.org> Former-commit-id: 028a837e0648f593e130652a34567fecdde3c61e
47 lines
616 B
Plaintext
47 lines
616 B
Plaintext
## Configuration file for a typical i2pd user
|
|
## See https://i2pd.readthedocs.org/en/latest/configuration.html
|
|
## for more options you can use in this file.
|
|
|
|
# log = file
|
|
# logfile = ./i2pd.log
|
|
loglevel = none
|
|
|
|
ipv4 = true
|
|
ipv6 = false
|
|
|
|
bandwidth = O
|
|
|
|
[precomputation]
|
|
elgamal = true
|
|
|
|
[upnp]
|
|
enabled = true
|
|
name = I2Pd
|
|
|
|
[reseed]
|
|
verify = true
|
|
|
|
[http]
|
|
enabled = true
|
|
address = 127.0.0.1
|
|
port = 7070
|
|
|
|
[httpproxy]
|
|
enabled = true
|
|
address = 127.0.0.1
|
|
port = 4444
|
|
|
|
[socksproxy]
|
|
enabled = true
|
|
address = 127.0.0.1
|
|
port = 4447
|
|
|
|
[sam]
|
|
enabled = true
|
|
address = 127.0.0.1
|
|
port = 7656
|
|
|
|
[ntcp2]
|
|
enabled = true
|
|
# published = true
|