Add firehol blocklist

This commit is contained in:
9seconds
2021-03-15 16:21:07 +03:00
parent cae33a22e6
commit f52b3391d1
11 changed files with 533 additions and 0 deletions
+4
View File
@@ -21,6 +21,10 @@ type AntiReplayCache interface {
SeenBefore(data []byte) bool
}
type IPBlocklist interface {
Contains(net.IP) bool
}
type Logger interface {
Named(name string) Logger