-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new proxy_enable
and proxy_url
settings
#4124
Comments
@link2xt : do we not support username & password for proxies anymore or can it be entered in the form username:[email protected]:8080 |
Username and password are supported in the form of |
* Update core to 1.147.1 * Remove "backup" from ALLOWED_QR_CODES_ON_WELCOME_SCREEN According to CHANGELOG core does not support it any more since 1.143 "Remove old iroh 0.4 and support for old `DCBACKUP` QR codes." * Use new proxy settings Step 1 of #4124 * Update languages and CHANGELOG
isn't there also a new qr code type desktop should support? |
yip, there is DC_QR_PROXY, which should be passed to dc_set_config_from_qr() after confirmation, using it supports not only SOCKS5 but also other proxies meanwhile, iirc |
With core release 1.143.0 old
socks5_*
settings are deprecated andproxy_*
should be used instead.This should be done when done is updated from 1.142.x.
deltachat/deltachat-android#3292 gives an idea how the screen looks like in Android
Step 1
Step 2 (in separate PR)
Step 3 (in separate PR)
Sharing is probably not necessary on desktop
The text was updated successfully, but these errors were encountered: