Skip to content

Commit c4c288a

Browse files
committed
Update code.md
Added Is_Proxy field description.
1 parent edacaec commit c4c288a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Retrieve geolocation information for an IP address.
5050
5151
| Field Name | Description |
5252
| ---------------- | ------------------------------------------------------------ |
53+
| Is_Proxy | Determine whether if an IP address was a proxy or not. Returns 0 is not proxy, 1 if proxy, and 2 if it's data center IP |
5354
| Country_Short | Two-character country code based on ISO 3166. |
5455
| Country_Long | Country name based on ISO 3166. |
5556
| Region | Region or state name. |
@@ -77,6 +78,7 @@ Retrieve geolocation information for an IP address.
7778
7879
| Field Name | Description |
7980
| ---------------- | ------------------------------------------------------------ |
81+
| Is_Proxy | Determine whether if an IP address was a proxy or not. Returns 0 is not proxy, 1 if proxy, and 2 if it's data center IP |
8082
| Country_Short | Two-character country code based on ISO 3166. |
8183
| Country_Long | Country name based on ISO 3166. |
8284
| Region | Region or state name. |

0 commit comments

Comments
 (0)