mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
170 lines
4.8 KiB
Plaintext
170 lines
4.8 KiB
Plaintext
## 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.
|
||
|
||
## Lines that begin with "## " try to explain what's going on. Lines
|
||
## that begin with just "#" are disabled commands: you can enable them
|
||
## by removing the "#" symbol.
|
||
|
||
## Tunnels config file
|
||
## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
|
||
# tunconf = /var/lib/i2pd/tunnels.conf
|
||
|
||
## Where to write pidfile (don't write by default)
|
||
# pidfile = /var/run/i2pd.pid
|
||
|
||
## Logging configuration section
|
||
## By default logs go to stdout with level 'info' and higher
|
||
##
|
||
## Logs destination (valid values: stdout, file, syslog)
|
||
## * stdout - print log entries to stdout
|
||
## * file - log entries to a file
|
||
## * syslog - use syslog, see man 3 syslog
|
||
# log = file
|
||
## Path to logfile (default - autodetect)
|
||
# logfile = /var/log/i2pd.log
|
||
## Log messages above this level (debug, *info, warn, error)
|
||
# loglevel = info
|
||
|
||
## Path to storage of i2pd data (RI, keys, peer profiles, ...)
|
||
## Default: ~/.i2pd or /var/lib/i2pd
|
||
# datadir = /var/lib/i2pd
|
||
|
||
## Daemon mode. Router will go to background after start
|
||
# daemon = true
|
||
## 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
|
||
|
||
## Port to listen for connections
|
||
## By default i2pd picks random port. You MUST pick a random number too,
|
||
## don't just uncomment this
|
||
# port = 4567
|
||
|
||
## 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
|
||
## Default is X for floodfill, L for regular node
|
||
# bandwidth = L
|
||
|
||
## Router will not accept transit tunnels, disabling transit traffic completely
|
||
## (default = false)
|
||
# notransit = true
|
||
|
||
## Router will be floodfill
|
||
# floodfill = true
|
||
|
||
[limits]
|
||
## Maximum active transit sessions (default:2500)
|
||
# transittunnels = 2500
|
||
|
||
[precomputation]
|
||
## Enable or disable elgamal precomputation table
|
||
## 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]
|
||
## Enable or disable reseed data verification.
|
||
verify = true
|
||
## URLs to request reseed data from, separated by comma
|
||
## Default: "mainline" I2P Network reseeds
|
||
# urls = https://reseed.i2p-projekt.de/,https://i2p.mooo.com/netDb/,https://netdb.i2p2.no/
|
||
## Path to local reseed data file (.su3) for manual reseeding
|
||
# file = /path/to/i2pseeds.su3
|
||
## or HTTPS URL to reseed from
|
||
# file = https://legit-website.com/i2pseeds.su3
|
||
|
||
[addressbook]
|
||
## AddressBook subscription URL for initial setup
|
||
## Default: inr.i2p at "mainline" I2P Network
|
||
# defaulturl = http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt
|
||
## Optional subscriptions URLs, separated by comma
|
||
# subscriptions = http://inr.i2p/export/alive-hosts.txt,http://stats.i2p/cgi-bin/newhosts.txt,http://rus.i2p/hosts.txt
|
||
|
||
[http]
|
||
## Uncomment and set to 'false' to disable Web Console
|
||
# enabled = true
|
||
## Address and port service will listen on
|
||
address = 127.0.0.1
|
||
port = 7070
|
||
|
||
[httpproxy]
|
||
## Uncomment and set to 'false' to disable HTTP Proxy
|
||
# enabled = true
|
||
## Address and port service will listen on
|
||
address = 127.0.0.1
|
||
port = 4444
|
||
## Optional keys file for proxy local destination
|
||
# keys = http-proxy-keys.dat
|
||
|
||
[socksproxy]
|
||
## Uncomment and set to 'false' to disable SOCKS Proxy
|
||
# enabled = true
|
||
## Address and port service will listen on
|
||
address = 127.0.0.1
|
||
port = 4447
|
||
## Optional keys file for proxy local destination
|
||
# keys = socks-proxy-keys.dat
|
||
|
||
## Socks outproxy. Example below is set to use Tor for all connections except i2p
|
||
## Address and port of outproxy
|
||
# outproxy = 127.0.0.1
|
||
# outproxyport = 9050
|
||
|
||
[sam]
|
||
## Uncomment and set to 'true' to enable SAM Bridge
|
||
enabled = true
|
||
## Address and port service will listen on
|
||
# address = 127.0.0.1
|
||
# port = 7656
|
||
|
||
[bob]
|
||
## Uncomment and set to 'true' to enable BOB command channel
|
||
# enabled = false
|
||
## Address and port service will listen on
|
||
# address = 127.0.0.1
|
||
# port = 2827
|
||
|
||
[i2cp]
|
||
## Uncomment and set to 'true' to enable I2CP protocol
|
||
# enabled = false
|
||
## Address and port service will listen on
|
||
# address = 127.0.0.1
|
||
# port = 7654
|
||
|
||
[i2pcontrol]
|
||
## Uncomment and set to 'true' to enable I2PControl protocol
|
||
# enabled = false
|
||
## Address and port service will listen on
|
||
# address = 127.0.0.1
|
||
# port = 7650
|