Skip to content

ZeroGachis/traefik-block-terminated-clients

Repository files navigation

Traefik plugin to block HTTP requests from terminated clients

This traefik block HTTP requests for terminated clients.

Dev setup

Install tools and dev dependencies

mise install
mise run install_yaegi

Run tests

mise run test

Format and lint the code

mise run format
mise run lint