From db1ce6f746f9fcb6f39d6c43c908994b38a5a9da Mon Sep 17 00:00:00 2001 From: Moe Shehab Date: Mon, 17 Jul 2023 11:18:04 +0300 Subject: [PATCH] Adding the remote host module --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26e9c02..bbedb8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM caddy:2.6.4-builder-alpine AS builder RUN xcaddy build \ --with github.com/mholt/caddy-ratelimit \ - --with github.com/porech/caddy-maxmind-geolocation + --with github.com/porech/caddy-maxmind-geolocation \ + --with github.com/muety/caddy-remote-host FROM caddy:2.6.4-alpine