Skip to content

feat(proxy): add opt-in direct connection fallback - #601

Draft
21pages wants to merge 2 commits into
rustdesk:mainfrom
21pages:proxy-fallback
Draft

21pages wants to merge 2 commits into
rustdesk:mainfrom
21pages:proxy-fallback

Conversation

@21pages

@21pages 21pages commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Add allow-proxy-fallback, disabled by default, and select an effective proxy at the existing TCP connection entry point. Share proxy availability checks with HTTP clients without changing the saved proxy configuration.

Probe only the proxy TCP endpoint, cache failures briefly, and retain the original handling of authentication, TLS and target errors. Cover opt-out, unreachable proxies, configuration preservation and proxy recovery.

Add allow-proxy-fallback, disabled by default, and select an effective
proxy at the existing TCP connection entry point. Share proxy availability
checks with HTTP clients without changing the saved proxy configuration.

Probe only the proxy TCP endpoint, cache failures briefly, and retain the
original handling of authentication, TLS and target errors. Cover opt-out,
unreachable proxies, configuration preservation and proxy recovery.
@21pages
21pages marked this pull request as draft September 10, 2026 03:49
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant