1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-01-15 17:20:02 +00:00
i2pdbrowser/linux/i2pd/i2pd.conf

41 lines
554 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
[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