mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
29 lines
464 B
Plaintext
29 lines
464 B
Plaintext
|
## Configuration file for a typical i2pd user
|
||
|
## See https://i2pd.readthedocs.io/en/latest/user-guide/configuration/
|
||
|
## for more options you can use in this file.
|
||
|
##
|
||
|
## Sample: https://github.com/PurpleI2P/i2pd/blob/openssl/contrib/i2pd.conf
|
||
|
##
|
||
|
|
||
|
ipv4 = true
|
||
|
ipv6 = false
|
||
|
|
||
|
[http]
|
||
|
strictheaders = false
|
||
|
address = 0.0.0.0
|
||
|
port = 7070
|
||
|
|
||
|
[httpproxy]
|
||
|
address = 0.0.0.0
|
||
|
port = 4444
|
||
|
|
||
|
[socksproxy]
|
||
|
address = 0.0.0.0
|
||
|
port = 4447
|
||
|
|
||
|
[sam]
|
||
|
enabled = true
|
||
|
|
||
|
[reseed]
|
||
|
verify = true
|