fbonalair / traefik-crowdsec-bouncer

A http service to verify request and bounce them according to decisions made by CrowdSec.
MIT License
272 stars 22 forks source link

Bouncing Traefik TCP connections? #34

Closed comminutus closed 2 years ago

comminutus commented 2 years ago

I have a few services that are exposed in Traefik via TCP entrypoints. I'd like to bounce TCP connections that CrowdSec identifies as threats. Does this bouncer only handle HTTP-based connections?

fbonalair commented 2 years ago

Last time I've checked, Traefik expose the Auth Middleware only for HTTP request. So this bouncer only work with HTTP connection.