diff --git a/src/components/IpAddresses.tsx b/src/components/IpAddresses.tsx index c94926f77..c136110b6 100644 --- a/src/components/IpAddresses.tsx +++ b/src/components/IpAddresses.tsx @@ -17,6 +17,7 @@ const IpAddresses: React.FC = () => (

Last updated: + {' '} {lastUpdated}

diff --git a/static/maxmind-server-ip-addresses.json b/static/maxmind-server-ip-addresses.json index 16f1027b5..167e9a1fe 100644 --- a/static/maxmind-server-ip-addresses.json +++ b/static/maxmind-server-ip-addresses.json @@ -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-10T10:10:00.000-04:00" }