crowdsecurity / lua-cs-bouncer

MIT License
11 stars 13 forks source link

enhancement: allow server name whitelist #67

Open LaurenceJJones opened 8 months ago

LaurenceJJones commented 8 months ago

Within ngx you can have access to the current server name that is handling the request.

we should allow the user to specify a list of csv of server names they want the bouncer to ignore as currently it will apply to all and there is no way to ignore one without implementing additional configuration across all.