Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2026 Changes in this version + func Middleware(next http.Handler, rules RuleSet) http.Handler + type RuleSet struct + func Parse(rules []string) (RuleSet, error) + func (r RuleSet) Allows(ip net.IP) bool + func (r RuleSet) Enabled() bool