Skip to content

Commit

Permalink
fix: remove WIP code from 299c122
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Jan 30, 2025
1 parent 299c122 commit ce811d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce811d7

Please sign in to comment.