mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-09-16 10:01:31 +01:00
Merge pull request #2237 from wipedlifepotato/BandwithParameter
Fix default parameter for httproxy.keys, socksproxy.keys
This commit is contained in:
commit
570305aee0
1 changed files with 7 additions and 3 deletions
|
@ -142,7 +142,9 @@ ipv6 = false
|
||||||
## Address and port service will listen on (default: 127.0.0.1:4444)
|
## Address and port service will listen on (default: 127.0.0.1:4444)
|
||||||
# address = 127.0.0.1
|
# address = 127.0.0.1
|
||||||
# port = 4444
|
# port = 4444
|
||||||
## Optional keys file for proxy local destination (default: http-proxy-keys.dat)
|
## Optional keys file for proxy local destination (default: transient-proxy)
|
||||||
|
## "Transient" means it changes on every new app launch
|
||||||
|
# If you want not change address then set like http-proxy-keys.dat
|
||||||
# keys = http-proxy-keys.dat
|
# keys = http-proxy-keys.dat
|
||||||
## Enable address helper for adding .i2p domains with "jump URLs" (default: true)
|
## Enable address helper for adding .i2p domains with "jump URLs" (default: true)
|
||||||
## You should disable this feature if your i2pd HTTP Proxy is public,
|
## You should disable this feature if your i2pd HTTP Proxy is public,
|
||||||
|
@ -158,10 +160,12 @@ ipv6 = false
|
||||||
## Address and port service will listen on (default: 127.0.0.1:4447)
|
## Address and port service will listen on (default: 127.0.0.1:4447)
|
||||||
# address = 127.0.0.1
|
# address = 127.0.0.1
|
||||||
# port = 4447
|
# port = 4447
|
||||||
## Optional keys file for proxy local destination (default: socks-proxy-keys.dat)
|
## Optional keys file for proxy local destination (default: transient-proxy)
|
||||||
|
# "Transient" means it changes on every new app launch
|
||||||
|
# If you don't want the address to change, set a file name like socks-proxy-keys.dat
|
||||||
# keys = socks-proxy-keys.dat
|
# keys = socks-proxy-keys.dat
|
||||||
## 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
|
||||||
## Enable using of SOCKS outproxy (works only with SOCKS4, default: false)
|
## Enable SOCKS outproxy (works only with SOCKS4, default: false)
|
||||||
# outproxy.enabled = false
|
# outproxy.enabled = false
|
||||||
## Address and port of outproxy
|
## Address and port of outproxy
|
||||||
# outproxy = 127.0.0.1
|
# outproxy = 127.0.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue