Skip to content

Commit 679e37e

Browse files
authored
Merge pull request #142 from maxmind/blakeyjason/add-hosting-network-to-enterprise
Add hosting network to Enterprise MMDB
2 parents 20cd099 + d8a439e commit 679e37e

29 files changed

+8
-0
lines changed

Diff for: source-data/GeoIP2-Enterprise-Test.json

+8
Original file line numberDiff line numberDiff line change
@@ -1095,5 +1095,13 @@
10951095
"user_type" : "traveler"
10961096
}
10971097
}
1098+
},
1099+
{
1100+
"214.214.214.220/32" : {
1101+
"traits" : {
1102+
"static_ip_score" : 0.4,
1103+
"user_type" : "hosting"
1104+
}
1105+
}
10981106
}
10991107
]

Diff for: test-data/GeoIP2-Anonymous-IP-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-City-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Connection-Type-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Country-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-DensityIncome-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Domain-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Enterprise-Test.mmdb

33 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-ISP-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Precision-Enterprise-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-Static-IP-Score-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoIP2-User-Count-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-ASN-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-City-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/GeoLite2-Country-Test.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-no-ipv4-search-tree.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-string-value-entries.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-decoder.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv4-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-ipv6-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-metadata-pointers.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-24.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-28.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-mixed-32.mmdb

0 Bytes
Binary file not shown.

Diff for: test-data/MaxMind-DB-test-nested.mmdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)