MCPcopy
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

13var _ Proxy = (*Reject)(nil)
14
15type Reject struct {
16 *Base
17}
18
19func NewReject() *Reject {
20 return &Reject{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected