export type PassthroughInfo = { hostname: string; listenPort: number; backend: string; publicGateways: string[]; privateIps: string[]; };