0
0

Switched Caddy ratelimit plugin

This commit is contained in:
Opnxng 2024-02-21 23:06:47 +08:00
parent e9c40bb518
commit 16b769b0f0

View File

@ -2,7 +2,8 @@ FROM caddy:2.7.6-builder-alpine AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/RussellLuo/caddy-ext/ratelimit \
--with github.com/gi-yt/ratelimit \
#--with github.com/RussellLuo/caddy-ext/ratelimit \
--with github.com/porech/caddy-maxmind-geolocation
FROM caddy:2.7.6