mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 14:54:01 +03:00
Add firehol blocklist
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user