mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 06:39:59 +00:00
fix: fix default value httpproxy.keys, socksproxy.keys
This commit is contained in:
@@ -143,7 +143,7 @@ ipv6 = false
|
||||
# address = 127.0.0.1
|
||||
# port = 4444
|
||||
## Optional keys file for proxy local destination (default: transient-proxy)
|
||||
## "Transient" means it changes on every new app launch ##
|
||||
## "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
|
||||
## Enable address helper for adding .i2p domains with "jump URLs" (default: true)
|
||||
@@ -161,11 +161,11 @@ ipv6 = false
|
||||
# address = 127.0.0.1
|
||||
# port = 4447
|
||||
## Optional keys file for proxy local destination (default: transient-proxy)
|
||||
# "Transient" means it changes on every new app launch ##
|
||||
# "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
|
||||
## 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
|
||||
## Address and port of outproxy
|
||||
# outproxy = 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user