add recaptcha plugin (#2664)

This commit is contained in:
William Wang 2019-07-11 15:37:27 -04:00 committed by Matt Holt
parent f6ee100bae
commit a9ccaa1ae5

View file

@ -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",