Versions in this module Expand all Collapse all v1 v1.3.0 Feb 7, 2026 Changes in this version + type IPFilterGeolocation struct + AllowCountries []string + AllowIPs []string + BlockByDefault bool + DenyCountries []string + DenyIPs []string + func (IPFilterGeolocation) CaddyModule() caddy.ModuleInfo + func (m *IPFilterGeolocation) Cleanup() error + func (m *IPFilterGeolocation) Match(r *http.Request) bool + func (m *IPFilterGeolocation) Provision(ctx caddy.Context) error + func (m *IPFilterGeolocation) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (m *IPFilterGeolocation) Validate() error