export interface Storage { active: boolean, host: string, port: number, bypass: string[]; }