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"` }