mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
feat(thoth): make ASNChecker instances
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -16,7 +16,7 @@ func TestASNChecker(t *testing.T) {
|
||||
|
||||
asnc := &ASNChecker{
|
||||
iptoasn: cli.iptoasn,
|
||||
asns: map[int]struct{}{
|
||||
asns: map[uint32]struct{}{
|
||||
13335: {},
|
||||
},
|
||||
hash: "foobar",
|
||||
|
||||
Reference in New Issue
Block a user