import { LinkIcon, ServerIcon, IdentificationIcon, MapPinIcon } from '@heroicons/react/24/outline'; import { codes } from '@/utils/codes'; export default function ServerInfo({ data }: { data: ServerData }) { const countryName = data.country ? codes[data.country.toLowerCase()] || "N/A" : "N/A"; if (data.isBrowserResource) { return (
The requested document was obtained from the local computer
IP Address
{data.ip}