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: 12 months ago
JSON representation
A caddy plugin for limiting the max number of connected IPs.
- Host: GitHub
- URL: https://github.com/nekocode/caddy-iplimit
- Owner: nekocode
- License: mit
- Created: 2019-12-26T00:59:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:06:57.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T01:48:20.321Z (about 1 year ago)
- Topics: network
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage:
```
iplimit max_number
```
* `max_number` is the maximum number of IPs
Example:
```
:2016 {
iplimit 1
}
```