Documentation
¶
Index ¶
Constants ¶
View Source
const ( VERSION = "0.1.1" SOCKS_PORT = 7657 RULE_REJECT = 0 RULE_DIRECT = 1 RULE_PROXY = 2 )
Variables ¶
View Source
var ProxyServers struct { SrvCipher []*ProxyServerCipher FailCnt []int // failed connection count }
Functions ¶
func GeoIPString ¶
func ResetAllProxys ¶
func ResetAllProxys()
func SetProxyBypassDomains ¶
func SetProxyBypassDomains(domains []string)
func SetSocksFirewallProxy ¶
func SetSocksFirewallProxy()
Types ¶
type DomainRule ¶
func RuleOfHost ¶
func RuleOfHost(host string) (result *DomainRule)
type ProxyServerCipher ¶
Click to show internal directories.
Click to hide internal directories.