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: 3 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:06:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T13:31:35.379Z (5 months ago)
- Topics: network
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- 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
}
```