nekocode / caddy-iplimit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

iplimit max_number
  • max_number is the maximum number of IPs

Example:

:2016 {
  iplimit 1
}

About

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

License:MIT License


Languages

Language:Go 94.2%Language:HTML 5.8%