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
Loading…
Cancel
Save