1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-09-03 17:52:27 +00:00

SSL option in server/http tunnels

This commit is contained in:
R4SAS 2022-10-29 09:51:29 +03:00 committed by GitHub
parent db112e8cfc
commit e9cef54327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,6 +147,7 @@ Optional parameters:
* hostoverride -- value to send in 'Host:' header, default: the same as *host* parameter
* gzip -- should we compress contents at I2P level. default: true
* ssl -- Use SSL connection to upstream server. `hostoverride` parameter can be used to set SNI domain. default: false
Server/IRC tunnels
-------------------