Skip to content

Commit

Permalink
docs: update TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Mar 2, 2024
1 parent 7e7ce55 commit 3d413af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ type Options struct {
DisableSSLBlacklist bool

// TODO(dwisiswant0): Add these fields
// DisableIPBlacklist bool
// Output io.Writer
// DisableHostBlacklist bool
// Output io.Writer
}

0 comments on commit 3d413af

Please sign in to comment.