I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 66f721cc authored by zzz's avatar zzz
Browse files

config: Add outproxyType for SOCKS.

Remove dup outproxyAuth entry
parent 1370863c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Configuration File Specification
================================
.. meta::
:category: Formats
:lastupdated: 2022-10
:lastupdated: 2022-11
:accuratefor: 0.9.56
.. contents::
......@@ -387,9 +387,9 @@ Properties are as follows::
# HTTP Clients only. The username for the outproxy authorization.
tunnel.N.option.outproxyUsername=
# HTTP Clients only. Whether to send authorization to an outproxy. Default
# false.
tunnel.N.option.outproxyAuth=true|false
# SOCKS client only. The type of the configured outproxies: socks or connect (HTTPS).
# Default socks. As of 0.9.57.
tunnel.N.option.outproxyType=socks|connect
# Clients only. Whether to store a destination in a private key file and
# reuse it. Default false.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment