diff --git a/README.md b/README.md index a329b09..2ee193d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ These examples demonstrate various ways to set up Sebel and integrate it with HT * [ ] Caching SSLBL data under user-specific cache directory. * [ ] Add `io.Writer` option. -* [ ] Add `CheckIP` method. +* [ ] ~Add `CheckIP` method.~ Not planned, instead: +* [ ] Add `CheckHost` method. ## Status diff --git a/options.go b/options.go index 270a9bd..4a3d907 100644 --- a/options.go +++ b/options.go @@ -7,6 +7,6 @@ type Options struct { DisableSSLBlacklist bool // TODO(dwisiswant0): Add these fields - // DisableIPBlacklist bool - // Output io.Writer + // DisableHostBlacklist bool + // Output io.Writer }