import SCard from "./server-card"; import Link from "next/link"; export default function ServerBlock({ servers }) { return (

All the stuff I run uses the following server machines with reverse SSH connections to a{" "} Linode VPS {"."}

{Object.keys(servers).map((server) => ( ))}
); }