使用自定义流程实现网关协议解析转发功能
This commit is contained in:
7
pkg/socks5/error.go
Normal file
7
pkg/socks5/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package socks5
|
||||
|
||||
type ConfigError string
|
||||
|
||||
func (c ConfigError) Error() string {
|
||||
return string(c)
|
||||
}
|
||||
Reference in New Issue
Block a user