We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94c59e6 + 75f0be5 commit c547d36Copy full SHA for c547d36
src/reader/response.ts
@@ -67,6 +67,7 @@ interface TraitsRecord {
67
readonly is_anonymous?: boolean;
68
readonly is_anonymous_proxy?: boolean;
69
readonly is_anonymous_vpn?: boolean;
70
+ readonly is_anycast?: boolean;
71
readonly is_hosting_provider?: boolean;
72
readonly is_legitimate_proxy?: boolean;
73
readonly is_public_proxy?: boolean;
0 commit comments