package
0.0.0-20210405111055-6c1368423f62
Repository: https://github.com/uleroboticsgroup/secdocker.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

Netfilter/iptables adds a tcp header to identify original destination.Since all traffic is routed through trudy, we need to retrieve the originalintended destination (i.e.

# Structs

Data is a thin wrapper that provides metadata that may be useful when mangling bytes on the network.
The TCPListener struct implements the TrudyListener interface and handles TCP connections.
TLSListener struct implements the TrudyListener interface and handles TCP connections over TLS.
TrudyPipe implements the Pipe interface and can be used to proxy TCP connections.

# Interfaces

Pipe is the primary interface that handles connections.
The TrudyListener interface is used to listen for incoming connections and accept them.