detect residential/datacenter flags on ipv6

This commit is contained in:
2026-08-16 03:48:17 -04:00
parent 51a0909499
commit 6c427baab9
7 changed files with 297 additions and 738 deletions

11
mmdb_writer/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module ipmmdb
go 1.24.4
require github.com/maxmind/mmdbwriter v1.2.0
require (
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/sys v0.38.0 // indirect
)