Skip to content

Is there any way to block some clients? #1002

Answered by kwitsch
isac322 asked this question in Q&A
Discussion options

You must be logged in to vote

You could define a blacklist with a regex entry that matches every request and use it for the IP address. 🤔

Something like:

blocking:
  blackLists:
    everything:
      - |
        /.*/
  clientGroupsBlock:
    123.123.123.123:
      - everything 

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@0xERR0R
Comment options

@kwitsch
Comment options

@isac322
Comment options

Answer selected by isac322
Comment options

You must be logged in to vote
1 reply
@ThinkChaos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants