From b9e41669c47d9a215067580f9cf584a80ef22b0d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 11 Nov 2023 07:14:25 +0100 Subject: [PATCH] remove whitelist --- hagall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hagall.yml b/hagall.yml index 55acd196..cbea0b1f 100644 --- a/hagall.yml +++ b/hagall.yml @@ -20,4 +20,4 @@ services: - "traefik.http.routers.hagall.entrypoints=websecure" - "traefik.http.routers.hagall.tls.certresolver=myresolver" - "traefik.http.routers.hagall.rule=Host(`$DOMAIN`) && PathPrefix(`/hagall`)" - - "traefik.http.routers.hagall.middlewares=hagall-stripprefix, ipwhitelist" + - "traefik.http.routers.hagall.middlewares=hagall-stripprefix"