45 lines
624 B
Plaintext
Raw Normal View History

2016-12-20 19:53:35 +03:00
## 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.
2017-10-19 03:28:51 +03:00
#log = file
#logfile = ./i2pd.log
2016-12-20 19:53:35 +03:00
ipv4 = true
ipv6 = false
bandwidth = O
[precomputation]
elgamal = true
[upnp]
enabled = true
2017-10-19 03:28:51 +03:00
name = I2Pd
2016-12-20 19:53:35 +03:00
[reseed]
verify = true
[addressbook]
subscriptions = http://inr.i2p/export/alive-hosts.txt
2016-12-20 19:53:35 +03:00
[http]
2017-10-19 03:28:51 +03:00
enabled = true
2016-12-20 19:53:35 +03:00
address = 127.0.0.1
port = 7070
[httpproxy]
2017-10-19 03:28:51 +03:00
enabled = true
2016-12-20 19:53:35 +03:00
address = 127.0.0.1
port = 4444
[socksproxy]
2017-10-19 03:28:51 +03:00
enabled = true
address = 127.0.0.1
port = 4447
2016-12-20 19:53:35 +03:00
[sam]
2017-10-19 03:28:51 +03:00
enabled = true
address = 127.0.0.1
port = 7656