package socks type ConfigError string func (c ConfigError) Error() string { return string(c) }