export enum EProxyProtocol { http = 'http', socks5 = 'socks5', socks4 = 'socks4' } export enum EWebsiteProtocol { https = 'https' }