Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nekocode/caddy-iplimit
- Owner: nekocode
- License: mit
- Created: 2019-12-26T00:59:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:06:57.000Z (over 4 years ago)
- Last Synced: 2024-10-29T18:24:05.590Z (3 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
}
```