Browse Source

Update i2pd.conf

pull/607/head
MXPLRS | Kirill 8 years ago committed by GitHub
parent
commit
ca7709a284
  1. 26
      docs/i2pd.conf

26
docs/i2pd.conf

@ -35,6 +35,9 @@ @@ -35,6 +35,9 @@
## Run as a service. Router will use system folders like ‘/var/lib/i2pd’
# service = true
## Specify a family, router belongs to (default - none)
# family =
## External IP address to listen for connections
## By default i2pd sets IP automatically
# host = 1.2.3.4
@ -46,10 +49,20 @@ @@ -46,10 +49,20 @@
## Enable communication through ipv4
ipv4 = true
## Enable communication through ipv6
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
## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - to 2048Kbs/sec,
## X - unlimited
@ -71,6 +84,17 @@ ipv6 = false @@ -71,6 +84,17 @@ ipv6 = false
## By default, enabled on i386 hosts
# 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]
## Uncomment and set to 'false' to disable Web Console
# enabled = true

Loading…
Cancel
Save