diff --git a/docs/i2pd.conf b/docs/i2pd.conf index 16314274..94287bd0 100644 --- a/docs/i2pd.conf +++ b/docs/i2pd.conf @@ -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 @@ ## 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 ## 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