Skip to content

Commit

Permalink
Mention is_anycast in Country too
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Nov 28, 2023
1 parent 7247f91 commit 8d02a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/geoip/docs/web-services/_examples/geoip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const country = {
},
traits: {
ip_address: '1.2.3.4',
is_anycast: true,
network: '1.2.3.0/24',
},
};
Expand Down Expand Up @@ -114,7 +115,6 @@ export const city = {
autonomous_system_organization: 'Linkem IR WiMax Network',
connection_type: "Cable/DSL",
domain: 'example.com',
is_anycast: true,
isp: 'Linkem spa',
mobile_country_code: '310',
mobile_network_code: '004',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ import responseJson from '../_examples/geoip';
name="is_anycast"
services={[
'city',
'country',
'insights',
]}
>
Expand Down

0 comments on commit 8d02a6e

Please sign in to comment.