Files
sub2clash/model/proxy/socks.go

9 lines
211 B
Go

package proxy
type Socks struct {
Server string `yaml:"server,omitempty"`
Port int `yaml:"port,omitempty"`
Username string `yaml:"username,omitempty"`
Password string `yaml:"password,omitempty"`
}