mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
Update i2pd.conf
This commit is contained in:
parent
774c11781d
commit
ca7709a284
|
@ -35,6 +35,9 @@
|
||||||
## Run as a service. Router will use system folders like ‘/var/lib/i2pd’
|
## Run as a service. Router will use system folders like ‘/var/lib/i2pd’
|
||||||
# service = true
|
# service = true
|
||||||
|
|
||||||
|
## Specify a family, router belongs to (default - none)
|
||||||
|
# family =
|
||||||
|
|
||||||
## External IP address to listen for connections
|
## External IP address to listen for connections
|
||||||
## By default i2pd sets IP automatically
|
## By default i2pd sets IP automatically
|
||||||
# host = 1.2.3.4
|
# host = 1.2.3.4
|
||||||
|
@ -46,10 +49,20 @@
|
||||||
|
|
||||||
## Enable communication through ipv4
|
## Enable communication through ipv4
|
||||||
ipv4 = true
|
ipv4 = true
|
||||||
|
|
||||||
## Enable communication through ipv6
|
## Enable communication through ipv6
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
|
|
||||||
|
## Network interface to bind to
|
||||||
|
# ifname =
|
||||||
|
|
||||||
|
## Enable NTCP transport (default = true)
|
||||||
|
# ntcp = true
|
||||||
|
## Enable SSU transport (default = true)
|
||||||
|
# ssu = true
|
||||||
|
|
||||||
|
## Should we assume we are behind NAT? (false only in MeshNet)
|
||||||
|
# nat = true
|
||||||
|
|
||||||
## Bandwidth configuration
|
## Bandwidth configuration
|
||||||
## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - to 2048Kbs/sec,
|
## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - to 2048Kbs/sec,
|
||||||
## X - unlimited
|
## X - unlimited
|
||||||
|
@ -71,6 +84,17 @@ ipv6 = false
|
||||||
## By default, enabled on i386 hosts
|
## By default, enabled on i386 hosts
|
||||||
# elgamal = true
|
# elgamal = true
|
||||||
|
|
||||||
|
[upnp]
|
||||||
|
## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID)
|
||||||
|
# enabled = false
|
||||||
|
|
||||||
|
## Name i2pd appears in UPnP forwardings list (default = I2Pd)
|
||||||
|
# name = I2Pd
|
||||||
|
|
||||||
|
[reseed]
|
||||||
|
## Path to reseed .su3 file (if )
|
||||||
|
# file =
|
||||||
|
|
||||||
[http]
|
[http]
|
||||||
## Uncomment and set to 'false' to disable Web Console
|
## Uncomment and set to 'false' to disable Web Console
|
||||||
# enabled = true
|
# enabled = true
|
||||||
|
|
Loading…
Reference in a new issue