export type CheckPortRes = { ip: string; port: number; openExternally: boolean; openInternally: boolean; hairpinning: boolean; };