How to limit the number of connections for external ip?

My task is to limit the number of external connections for the site to 10. At the same time, the restriction should not work for local network. Thanks

Caddy v2.6.2 on CentOS7

That’s not something included in the vanilla distribution of Caddy.

You can implement this yourself if you need it, probably as a listener wrapper module.

1 Like

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.