Y
Hacker News
new
|
ask
|
show
|
jobs
by
rob-olmos
846 days ago
Recent question I haven't look much into yet: Is there a way to limit the number of simultaneous http2/3 streams from an IP address with Caddy?
1 comments
mholt
846 days ago
You can rate limit HTTP requests (agnostic of specific HTTP versions):
https://github.com/mholt/caddy-ratelimit
link