优化 socks 解析流程
This commit is contained in:
7
server/fwd/socks/error.go
Normal file
7
server/fwd/socks/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package socks
|
||||
|
||||
type ConfigError string
|
||||
|
||||
func (c ConfigError) Error() string {
|
||||
return string(c)
|
||||
}
|
||||
Reference in New Issue
Block a user