Skip to content

Commit

Permalink
Remove sever adddresses no longer in use
Browse files Browse the repository at this point in the history
  • Loading branch information
christophermluna committed Oct 16, 2023
1 parent 7810489 commit d60ab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/IpAddresses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const IpAddresses: React.FC = () => (
</Example>
<P>
Last updated:
{' '}
{lastUpdated}
</P>
</>
Expand Down
6 changes: 1 addition & 5 deletions static/maxmind-server-ip-addresses.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"IPv4": [
"104.16.37.47",
"104.16.38.47",
"162.159.134.22",
"162.159.135.22"
],
"IPv6": [
"2606:4700::6810:262f",
"2606:4700::6810:252f",
"2606:4700:7::a29f:8616",
"2606:4700:7::a29f:8716"
],
"lastUpdated": "2021-06-30T22:15:51.000-04:00"
"lastUpdated": "2023-10-10 10:10:00 EDT"
}

0 comments on commit d60ab25

Please sign in to comment.