mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* update docs
This commit is contained in:
parent
e6dbeda18e
commit
cc25b22f11
3 changed files with 91 additions and 84 deletions
131
docs/i2pd.conf
131
docs/i2pd.conf
|
@ -6,109 +6,104 @@
|
|||
## that begin with just "#" are disabled commands: you can enable them
|
||||
## by removing the "#" symbol.
|
||||
|
||||
## Tunnels config file
|
||||
## Tunnels config file
|
||||
## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
|
||||
#tunconf = /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
|
||||
# pidfile = /var/run/i2pd.pid
|
||||
|
||||
## Logging configuration section
|
||||
## By default logs go to stdout with level info
|
||||
## By default logs go to stdout with level 'info' and higher
|
||||
##
|
||||
## Logs destination (stdout, file, syslog)
|
||||
## stdout - print log entries to stdout
|
||||
## file - log entries to a file
|
||||
## syslog - use syslog, see man 3 syslog
|
||||
#log = file
|
||||
## 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
|
||||
# logfile = /var/log/i2pd.log
|
||||
## Log messages above this level (debug, *info, warn, error)
|
||||
#loglevel = info
|
||||
# loglevel = info
|
||||
|
||||
## Path to storage of i2pd data (RI, keys, peer profiles, ...)
|
||||
## Default: ~/.i2pd or /var/lib/i2pd
|
||||
#datadir = /var/lib/i2pd
|
||||
# datadir = /var/lib/i2pd
|
||||
|
||||
## Daemon mode. Router will go to background after start
|
||||
#daemon = true
|
||||
# daemon = true
|
||||
## Run as a service. Router will use system folders like ‘/var/lib/i2pd’
|
||||
#service = true
|
||||
# service = true
|
||||
|
||||
## External IP address to listen for connections
|
||||
## By default i2pd sets IP automatically
|
||||
#host = 1.2.3.4
|
||||
# host = 1.2.3.4
|
||||
|
||||
## Port to listen for connections
|
||||
## By default i2pd picks random port. You MUST pick a random number too,
|
||||
## By default i2pd picks random port. You MUST pick a random number too,
|
||||
## don't just uncomment this
|
||||
#port = 4321
|
||||
##Enable communication through ipv6
|
||||
# port = 4321
|
||||
|
||||
## Enable communication through ipv6
|
||||
ipv6 = true
|
||||
|
||||
## Bandwidth configuration
|
||||
## L limit bandwidth to 32Kbs/sec, O - to 256Kbs/sec, P - unlimited
|
||||
## Default is P for floodfill, L for regular node
|
||||
#bandwidth = L
|
||||
# bandwidth = L
|
||||
|
||||
## Router will not accept transit tunnels at startup
|
||||
#notransit = true
|
||||
# notransit = true
|
||||
|
||||
## Router will be floodfill
|
||||
#floodfill = true
|
||||
# floodfill = true
|
||||
|
||||
## Section for Web Console
|
||||
## By default it's available at 127.0.0.1:7070 even if it's not configured
|
||||
[http]
|
||||
## The address to listen on
|
||||
address = 127.0.0.1
|
||||
## The port to listen on
|
||||
port = 7070
|
||||
## 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
|
||||
|
||||
## Section for HTTP proxy
|
||||
## By default it's available at 127.0.0.1:4444 even if it's not configured
|
||||
[httpproxy]
|
||||
## The address to listen on
|
||||
address = 127.0.0.1
|
||||
## The port to listen on
|
||||
port = 4444
|
||||
## 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
|
||||
## Uncomment if you want to disable HTTP proxy
|
||||
#enabled = false
|
||||
# keys = http-proxy-keys.dat
|
||||
|
||||
## Section for Socks proxy
|
||||
## By default it's available at 127.0.0.1:4447 even if it's not configured
|
||||
#[socksproxy]
|
||||
## The address to listen on
|
||||
#address = 127.0.0.1
|
||||
## The port to listen on
|
||||
#port = 4447
|
||||
[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
|
||||
## Uncomment if you want to disable Socks proxy
|
||||
#enabled = false
|
||||
# keys = socks-proxy-keys.dat
|
||||
## Socks outproxy. Example below is set to use Tor for all connections except i2p
|
||||
## Address of outproxy
|
||||
#outproxy = 127.0.0.1
|
||||
## Outproxy remote port
|
||||
#outproxyport = 9050
|
||||
## Address and port of outproxy
|
||||
# outproxy = 127.0.0.1
|
||||
# outproxyport = 9050
|
||||
|
||||
## Section for SAM bridge
|
||||
#[sam]
|
||||
## The address to listen on
|
||||
#address = 127.0.0.1
|
||||
## Port of SAM bridge
|
||||
#port = 7656
|
||||
[sam]
|
||||
## Uncomment and set to 'true' to enable SAM Bridge
|
||||
# enabled = false
|
||||
## Address and port service will listen on
|
||||
# address = 127.0.0.1
|
||||
# port = 7656
|
||||
|
||||
## Section for BOB command channel
|
||||
#[bob]
|
||||
## The address to listen on
|
||||
#address = 127.0.0.1
|
||||
## Port of BOB command channel. Usually 2827. BOB is off if not specified
|
||||
#port = 2827
|
||||
[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
|
||||
|
||||
## Section for I2PControl protocol
|
||||
#[i2pcontrol]
|
||||
## The address to listen on
|
||||
#address = 127.0.0.1
|
||||
## Port of I2P control service
|
||||
#port = 7650
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue