0
0

Switched Caddy ratelimit plugin
All checks were successful
caddy / build (push) Successful in 5m48s

This commit is contained in:
Opnxng 2024-02-21 23:06:47 +08:00
parent fbaa150c5c
commit f582aa5eb1

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