Renamed i2pd.conf->i2p.conf with some fixes

pull/444/head
i2phttp 8 years ago
parent 598d0e216a
commit 23d6739580

@ -31,9 +31,9 @@
#datadir = /var/lib/i2pd
## 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
#service
#service = true
## External IP address to listen for connections
## By default i2pd sets IP automatically
@ -50,10 +50,10 @@ ipv6 = true
#bandwidth = L
## Router will not accept transit tunnels at startup
#notransit
#notransit = true
## Router will be floodfill
#floodfill
#floodfill = true
## Section for Web Console
## 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
#keys = http-proxy-keys.dat
## Uncomment if you want to disable HTTP proxy
#enabled=false
#enabled = false
## Section for Socks proxy
## 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
#keys = socks-proxy-keys.dat
## 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
## Address of outproxy
#outproxy = 127.0.0.1
Loading…
Cancel
Save