Update crowdsec and add comment

This commit is contained in:
Owen
2026-03-30 14:06:56 -07:00
parent ad3fe2fa76
commit dbafffe73d
2 changed files with 10 additions and 4 deletions

View File

@@ -81,11 +81,17 @@ entryPoints:
transport:
respondingTimeouts:
readTimeout: "30m"
http3:
advertisedPort: 443
http:
tls:
certResolver: "letsencrypt"
middlewares:
- crowdsec@file
encodedCharacters:
allowEncodedSlash: true
allowEncodedQuestionMark: true
serversTransport:
insecureSkipVerify: true
insecureSkipVerify: true
ping:
entryPoint: "web"

View File

@@ -38,7 +38,7 @@ services:
- 51820:51820/udp
- 21820:21820/udp
- 443:443
- 443:443/udp
- 443:443/udp # For http3 QUIC if desired
- 80:80
{{end}}
traefik: