export interface Options { allowed_ips: string[]; basicAuth: string[]; dirList: boolean; serveDir: string; opbeat: boolean; }