mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
feat: HTTP(S) tunneling
HTTP proxy is tested with deltachat-repl against local Privoxy using ``` > set proxy_url http://127.0.0.1:8118/ > setqr dcaccount:https://nine.testrun.org/new > configure > connect ```
This commit is contained in:
@@ -98,7 +98,8 @@ pub enum Config {
|
||||
|
||||
/// Proxy URL.
|
||||
///
|
||||
/// Supported URLs schemes are `socks5://` (SOCKS5) and `ss://` (Shadowsocks).
|
||||
/// Supported URLs schemes are `http://` (HTTP), `https://` (HTTPS),
|
||||
/// `socks5://` (SOCKS5) and `ss://` (Shadowsocks).
|
||||
///
|
||||
/// May contain multiple URLs separated by newline, in which case the first one is used.
|
||||
ProxyUrl,
|
||||
|
||||
Reference in New Issue
Block a user