Skip to content

Commit 7953e8d

Browse files
authored
Update README.md (#51)
1 parent e5d24ea commit 7953e8d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ services:
5050
traefik.http.routers.nginx.rule: Host(`${DOMAIN}`)
5151
traefik.http.services.nginx.loadbalancer.server.port: 80
5252
traefik.http.routers.nginx.middlewares: captcha-protect@docker
53+
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.rateLimit: 0
54+
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.ipv4subnetMask: 8
55+
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.window: 864000
5356
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.protectRoutes: "/"
5457
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.captchaProvider: turnstile
5558
traefik.http.middlewares.captcha-protect.plugin.captcha-protect.siteKey: ${TURNSTILE_SITE_KEY}
@@ -71,7 +74,7 @@ services:
7174
--providers.docker=true
7275
--providers.docker.network=default
7376
--experimental.plugins.captcha-protect.modulename=github.com/libops/captcha-protect
74-
--experimental.plugins.captcha-protect.version=v1.8.2
77+
--experimental.plugins.captcha-protect.version=v1.9.2
7578
volumes:
7679
- /var/run/docker.sock:/var/run/docker.sock:z
7780
- /CHANGEME/TO/A/HOST/PATH/FOR/STATE/FILE:/tmp/state.json:rw

0 commit comments

Comments
 (0)