MCPcopy
hub / github.com/windtf/wireproxy / UDPProxyTunnelConfig

Struct UDPProxyTunnelConfig

config.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type UDPProxyTunnelConfig struct {
37 BindAddress string
38 Target string
39 InactivityTimeout int
40}
41
42type TCPClientTunnelConfig struct {
43 BindAddress *net.TCPAddr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected