mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-10 15:48:58 +01:00
add recaptcha plugin (#2664)
This commit is contained in:
parent
f6ee100bae
commit
a9ccaa1ae5
1 changed files with 9 additions and 8 deletions
|
@ -655,6 +655,7 @@ var directives = []string{
|
|||
"filter", // github.com/echocat/caddy-filter
|
||||
"ipfilter", // github.com/pyed/ipfilter
|
||||
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit
|
||||
"recaptcha", // github.com/defund/caddy-recaptcha
|
||||
"expires", // github.com/epicagency/caddy-expires
|
||||
"forwardproxy", // github.com/caddyserver/forwardproxy
|
||||
"basicauth",
|
||||
|
|
Loading…
Reference in a new issue