| 34 | } |
| 35 | |
| 36 | type UDPProxyTunnelConfig struct { |
| 37 | BindAddress string |
| 38 | Target string |
| 39 | InactivityTimeout int |
| 40 | } |
| 41 | |
| 42 | type TCPClientTunnelConfig struct { |
| 43 | BindAddress *net.TCPAddr |
nothing calls this directly
no outgoing calls
no test coverage detected