export interface SelectorConf { type: 'ip' | 'host' | 'l5' | 'polaris'; speedBaseUrl?: string; logBaseUrl?: string; }