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

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

Add HTTP tunnel config for SHA-256 digest auth

parent 19bf76ef
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Configuration File Specification
================================
.. meta::
:category: Formats
:lastupdated: August 2022
:lastupdated: September 2022
:accuratefor: 0.9.56
.. contents::
......@@ -412,7 +412,11 @@ Properties are as follows::
# HTTP Clients only. The MD5 of the password for local authorization for
# user USER.
tunnel.N.option.proxy.auth.USER.md5=
tunnel.N.option.proxy.auth.USER.md5=(32 char lowercase hex)
# HTTP Clients only. The SHA-256 of the password for local authorization for
# user USER. (RFC 7616) Since 0.9.56
tunnel.N.option.proxy.auth.USER.sha256=(64 char lowercase hex)
# HTTP Servers only. Whether to reject incoming connections apparently via
# an inproxy. 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