zeek/testing/btest/Files/mmdb
Arne Welzel 631b30f5bb btest/Files/mmdb: golang-ci suggested fixes
Thanks Benjamin for the hint.
2023-10-24 15:08:58 +02:00
..
.gitignore btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
GeoLite2-ASN.mmdb btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
GeoLite2-City.mmdb btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
go.mod btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
go.sum btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
main.go btest/Files/mmdb: golang-ci suggested fixes 2023-10-24 15:08:58 +02:00
README btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00

These .mmdb databases were created with the mmdbwriter from MaxMind [1] for
testing purposes. See the main.go file. They only contain information about
LBL's network ranges:

    128.3.0.0/16
    131.243.0.0/16

Rebuild with:

    go build
    ./testmmdb

[1] https://github.com/maxmind/mmdbwriter