Merge pull request #2258 from LLE8/fixtypo

fix typos in i2pd.conf
This commit is contained in:
orignal 2025-11-11 16:17:44 -05:00 committed by GitHub
commit 640e5261fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ ipv6 = false
# port = 4444 # port = 4444
## Optional keys file for proxy local destination (default: transient-proxy) ## 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 ## 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,
@ -161,8 +161,8 @@ ipv6 = false
# address = 127.0.0.1 # address = 127.0.0.1
# port = 4447 # port = 4447
## Optional keys file for proxy local destination (default: transient-proxy) ## 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 ## 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 SOCKS outproxy (works only with SOCKS4, default: false) ## Enable SOCKS outproxy (works only with SOCKS4, default: false)