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

feat: ✨ Add WithRoutingRuleConfig option to proxy (routing rules: Direct, Proxy, Block) #96

Closed
wants to merge 1 commit into from

Conversation

pizokh
Copy link

@pizokh pizokh commented May 8, 2024

This commit introduces the WithRoutingRuleConfig option to the proxy functionality. With this option, users can configure routing rules using IP addresses, CIDR blocks, domains, and regular expressions. Additionally, users can specify whether traffic matching these rules should be directed to a proxy, sent directly, or blocked altogether.

@pizokh pizokh changed the title feat: ✨ Add WithRoutingRuleConfig option to proxy feat: ✨ Add WithRoutingRuleConfig option to proxy (routing rules: Direct, Proxy, Block) May 8, 2024
@pizokh pizokh force-pushed the feature/routingRules branch 3 times, most recently from 8d90638 to 20ac0ae Compare May 23, 2024 18:57
This commit introduces the WithRoutingRuleConfig option to the proxy functionality and --routing flag. With this option, users can configure routing rules using IP addresses, CIDR blocks, domains, and regular expressions. Additionally, users can specify whether traffic matching these rules should be directed to a proxy, sent directly, or blocked altogether.
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