We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow users to set new profiles for traffic splitting.
Such as an user can set a new profile, named Auto Switch, with the following rules:
Auto Switch
*.example.com
*.google.com
The text was updated successfully, but these errors were encountered:
#10 support auto split profile
ba0b3b3
Support Auto Switch profile, closing #10 (#15)
f648824
* modified README.md * remove transifex from Github action. Use Github integration instead * update deps * replace jest with vitest * optimized UX * [I18n] Translate messages.json in zh_CN (#12)
SYM01
Successfully merging a pull request may close this issue.
Allow users to set new profiles for traffic splitting.
Such as an user can set a new profile, named
Auto Switch
, with the following rules:*.example.com
-> http://127.0.0.1:8080*.google.com
-> socks5://127.0.0.1:10808The text was updated successfully, but these errors were encountered: