From 3fb80235c752f7ca04c3fe61df024a745facf442 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Mon, 27 May 2024 21:23:42 +0530 Subject: [PATCH] fix respond syntaz --- privfrontends/templates/Caddyfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privfrontends/templates/Caddyfile.j2 b/privfrontends/templates/Caddyfile.j2 index 07eba5a..386a595 100644 --- a/privfrontends/templates/Caddyfile.j2 +++ b/privfrontends/templates/Caddyfile.j2 @@ -77,7 +77,7 @@ } } @denied client_ip {{ blocked_ranges }} - respond @denied 403 "Unfortunately, your IP is part of a range that has been involved in mass spam to our servers. If you think our action was a mistake, please email contact@projectsegfau.lt." + respond @denied "Unfortunately, your IP is part of a range that has been involved in mass spam to our servers. If you think our action was a mistake, please email contact@projectsegfau.lt." 403 import acmedns