diff --git a/plugin.go b/plugin.go index 3aab9e6..aeb118a 100644 --- a/plugin.go +++ b/plugin.go @@ -77,13 +77,9 @@ type Defender struct { // Required. Must be one of: "block", "garbage", "custom" RawResponder string `json:"raw_responder,omitempty"` - // GeoIPConfig holds the initialization parameters for GeoIP - GeoIPConfig geoip.Config `json:"geoip,omitempty"` - // ServeIgnore specifies whether to serve a robots.txt file with a "Disallow: /" directive // Default: false ServeIgnore bool `json:"serve_ignore,omitempty"` - // responder is the internal implementation of the response strategy responder responders.Responder ipChecker *ip.IPChecker