Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nekocode/caddy-iplimit

A caddy plugin for limiting the max number of connected IPs.
https://github.com/nekocode/caddy-iplimit

network

Last synced: about 1 month ago
JSON representation

A caddy plugin for limiting the max number of connected IPs.

Awesome Lists containing this project

README

        

Usage:

```
iplimit max_number
```

* `max_number` is the maximum number of IPs

Example:

```
:2016 {
iplimit 1
}
```