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

Implement auto route for tun inbound #559

Open
10 of 14 tasks
ibigbug opened this issue Aug 27, 2024 · 1 comment
Open
10 of 14 tasks

Implement auto route for tun inbound #559

ibigbug opened this issue Aug 27, 2024 · 1 comment
Labels
core enhancement New feature or request

Comments

@ibigbug
Copy link
Member

ibigbug commented Aug 27, 2024

Tenets

  • clash-rs should handle traffic on given routes when tun inbound is enabled
  • users should be able to tell the routes they want to proxy over tun
  • should work on Windows/Linux/macOS
  • we should try our best to resolve routes failures and give as much details when things don't work

Work Items

Example config

tun:
  enable: true
  device-id: "dev://utun1989"
  routes:
    - 0.0.0.0/1
    - 128.0.0.0/1

Implementation

@ibigbug ibigbug added enhancement New feature or request core labels Aug 27, 2024
@ibigbug
Copy link
Member Author

ibigbug commented Aug 27, 2024

@Itsusinn @VendettaReborn FYI. feel free to add/update

@ibigbug ibigbug pinned this issue Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant