UNPKG

auto-pod

Version:

Automatically choose tunneling or direct connection for cocoapods. As easy as `pod` itself. Help you get rid of GFW of China.

15 lines (8 loc) 274 B
export default class Options { public host?: string = '127.0.0.1'; public port?: number = 8080; public proxyListReloadTimeout?: number = 60; public socks?: string = '10.0.0.1:1080'; public socksListFileName?: string = null; public level?: string = null; }