This website requires JavaScript.
Explore
Help
Sign In
lanhu
/
proxy
Watch
2
Star
0
Fork
0
You've already forked proxy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7ee4ded08cde937a61e744c64c441732ac7149e0
proxy
/
server
/
fwd
/
socks
/
error.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
优化 socks 解析流程
2025-02-26 13:56:56 +08:00
package
socks
使用自定义流程实现网关协议解析转发功能
2025-02-24 17:21:47 +08:00
type
ConfigError
string
func
(
c
ConfigError
)
Error
(
)
string
{
return
string
(
c
)
}
Reference in New Issue
Copy Permalink