Skip to content

Commit

Permalink
Mention is_anycast in CSV docs
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Dec 6, 2023
1 parent efa53fb commit 24a4223
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/components/CsvBlockTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,41 @@ const CsvBlockTable: React.FC<ICsvBlockTable> = (props) => {
</Tr>
</>
)}
<Tr>
<Td>is_anycast</Td>
<Td>boolean</Td>
<Td>
This is
{' '}
<Code>1</Code>
{' '}
if the network is an
{' '}
<A
href="https://en.wikipedia.org/wiki/Anycast"
rel="nofollow noopener noreferrer"
target="_blank"
>
anycast network
</A>
.
{ !isEnterprise && (
<div>
This column will be empty in GeoLite2-Country and GeoLite2-City.
</div>
)}
</Td>
{ !isEnterprise && (
<Td>
<ServiceTag
text="Country"
/>
<ServiceTag
text="City"
/>
</Td>
)}
</Tr>
</tbody>
</Table>
);
Expand Down

0 comments on commit 24a4223

Please sign in to comment.