Browse Source

Merge pull request #444 from i2phttp/openssl

Renamed i2pd.conf->i2p.conf with some fixes
pull/448/head
orignal 8 years ago
parent
commit
65eeb70eb3
  1. 12
      docs/i2p.conf

12
docs/i2pd.conf → docs/i2p.conf

@ -31,9 +31,9 @@
#datadir = /var/lib/i2pd #datadir = /var/lib/i2pd
## Daemon mode. Router will go to background after start ## Daemon mode. Router will go to background after start
#daemon #daemon = true
## 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 #service = true
## 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
@ -50,10 +50,10 @@ ipv6 = true
#bandwidth = L #bandwidth = L
## Router will not accept transit tunnels at startup ## Router will not accept transit tunnels at startup
#notransit #notransit = true
## Router will be floodfill ## Router will be floodfill
#floodfill #floodfill = true
## Section for Web Console ## Section for Web Console
## By default it's available at 127.0.0.1:7070 even if it's not configured ## By default it's available at 127.0.0.1:7070 even if it's not configured
@ -73,7 +73,7 @@ port = 4444
## Optional keys file for proxy local destination ## Optional keys file for proxy local destination
#keys = http-proxy-keys.dat #keys = http-proxy-keys.dat
## Uncomment if you want to disable HTTP proxy ## Uncomment if you want to disable HTTP proxy
#enabled=false #enabled = false
## Section for Socks proxy ## Section for Socks proxy
## By default it's available at 127.0.0.1:4447 even if it's not configured ## By default it's available at 127.0.0.1:4447 even if it's not configured
@ -85,7 +85,7 @@ port = 4444
## Optional keys file for proxy local destination ## Optional keys file for proxy local destination
#keys = socks-proxy-keys.dat #keys = socks-proxy-keys.dat
## Uncomment if you want to disable Socks proxy ## Uncomment if you want to disable Socks proxy
#enabled=false #enabled = false
## Socks outproxy. Example below is set to use Tor for all connections except i2p ## Socks outproxy. Example below is set to use Tor for all connections except i2p
## Address of outproxy ## Address of outproxy
#outproxy = 127.0.0.1 #outproxy = 127.0.0.1
Loading…
Cancel
Save