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

Implementation of Filter API and FilterRegistry #33

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

markmandel
Copy link
Member

FilterRegistry is a way to register the default set of filters for a client of server configuration (and then add your own if this is used as a library).

This also includes an accompanying Filter trait implementation for UDP traffic going in both direction in and out of the proxy.

FilterRegistry is a way to register the default set of filters for a
client of server configuration (and then add your own if this is used as
a library).

This also includes an accompanying Filter trait implementation for UDP
traffic going in both direction in and out of the proxy.
@markmandel markmandel added the kind/feature New feature or request label Mar 6, 2020
@markmandel markmandel merged commit 90c59c9 into master Mar 10, 2020
@markmandel markmandel deleted the feature/filter-route branch March 10, 2020 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant