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

Whitelist support #1

Open
Wonkstar opened this issue Jun 5, 2019 · 2 comments
Open

Whitelist support #1

Wonkstar opened this issue Jun 5, 2019 · 2 comments

Comments

@Wonkstar
Copy link

Wonkstar commented Jun 5, 2019

No description provided.

@GeorgFleig
Copy link

You can use negative look-ahead as a workaround to convert the blacklist to a whitelist. For example ^(?!abc) to only list services starting with abc.

@fgather
Copy link
Owner

fgather commented Jun 5, 2019

We could certainly think about a whitelist, but then we'll need to declare which list should take precedence over the other.
Personally, I favor the workaround @GeorgFleig mentioned.

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

No branches or pull requests

3 participants