mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
Renamed i2pd.conf->i2p.conf with some fixes
This commit is contained in:
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…
x
Reference in New Issue
Block a user