From 1f572927a184d32755c655e38ea2bf7aa9c74cc3 Mon Sep 17 00:00:00 2001 From: Gbanyan Date: Wed, 12 Nov 2025 15:06:39 +0800 Subject: [PATCH] Remove redundant block-ip middleware --- dynamic.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dynamic.yml b/dynamic.yml index c225477..233b3d1 100644 --- a/dynamic.yml +++ b/dynamic.yml @@ -1,9 +1,5 @@ http: middlewares: - block-ip-access: - headers: - customRequestHeaders: - Host: "" # This will catch requests with no Host header or invalid ones crowdsec: plugin: bouncer: @@ -25,15 +21,6 @@ http: - application/json - text/plain routers: - block-direct-access: - rule: "HostRegexp(`{host:.+}`)" # Matches any host - service: noop@internal - priority: -1 # Low priority to catch unmatched requests - entryPoints: - - web - - websecure - middlewares: - - block-ip-access qbit: rule: Host(`qbit.gbanyan.net`) service: qbit