Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xjasonlyu/tun2socks
/ Reject
Struct
Reject
proxy/reject.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
var
_ Proxy = (*Reject)(nil)
14
15
type
Reject
struct
{
16
*Base
17
}
18
19
func
NewReject() *Reject {
20
return
&Reject{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected