Skip to content
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

rustdesk server run with clash tun mode #457

Open
QQ853695231 opened this issue Aug 26, 2024 · 2 comments
Open

rustdesk server run with clash tun mode #457

QQ853695231 opened this issue Aug 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@QQ853695231
Copy link

how to make rustdesk server run with clash tun mode correctly?

@QQ853695231 QQ853695231 added the enhancement New feature or request label Aug 26, 2024
@dhay3
Copy link

dhay3 commented Oct 8, 2024

You could use route-exclude-address directive (only for meta core) to exclude the rs-ny.rustdesk.com A record, which works for me. And if you use fake-ip enhanced mode, don't forget to use fake-ip-filter to bypass the domain.

eg.

tun:
  enable: true
  stack: mixed
  device: meta0
  auto-route: true
  auto-redirect: false
  auto-detect-interface: true
  strict-route: true
  route-exclude-address:
    - 209.250.254.15/32
  dns-hijack:
    - any:53
  mtu: 1500

@QQ853695231
Copy link
Author

thanks for reply,I will try later。😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants