Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthMethodNoAuth = "noauth" AuthMethodUserPass = "password" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAddress ¶ added in v0.14.1
func (*IPAddress) UnmarshalJSON ¶ added in v0.14.1
type SocksAccount ¶ added in v0.9.1
type SocksAccountMap ¶ added in v0.14.1
func (*SocksAccountMap) HasAccount ¶ added in v0.14.1
func (this *SocksAccountMap) HasAccount(user, pass string) bool
func (*SocksAccountMap) UnmarshalJSON ¶ added in v0.14.1
func (this *SocksAccountMap) UnmarshalJSON(data []byte) error
type SocksConfig ¶
type SocksConfig struct { AuthMethod string `json:"auth"` Accounts SocksAccountMap `json:"accounts"` UDPEnabled bool `json:"udp"` HostIP IPAddress `json:"ip"` }
func (*SocksConfig) HasAccount ¶ added in v0.9.1
func (sc *SocksConfig) HasAccount(user, pass string) bool
func (*SocksConfig) IP ¶ added in v0.9.1
func (sc *SocksConfig) IP() net.IP
func (*SocksConfig) IsNoAuth ¶
func (sc *SocksConfig) IsNoAuth() bool
func (*SocksConfig) IsPassword ¶
func (sc *SocksConfig) IsPassword() bool
Click to show internal directories.
Click to hide internal directories.