Skip to content

Commit 75f0be5

Browse files
committed
Add /traits/is_anycast
This is a new output that MaxMind is adding to the GeoIP2 location databases.
1 parent 94c59e6 commit 75f0be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reader/response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ interface TraitsRecord {
6767
readonly is_anonymous?: boolean;
6868
readonly is_anonymous_proxy?: boolean;
6969
readonly is_anonymous_vpn?: boolean;
70+
readonly is_anycast?: boolean;
7071
readonly is_hosting_provider?: boolean;
7172
readonly is_legitimate_proxy?: boolean;
7273
readonly is_public_proxy?: boolean;

0 commit comments

Comments
 (0)