package
0.1.6
Repository: https://github.com/frantjc/port-forward.git
Documentation: pkg.go.dev

# Packages

package srcipmasqiptables provides an implementation of srcipmasq.SourceIPAddressMasqer that masqs the source IP using `iptables`.
package srcipmasqnftables provides an implementation of srcipmasq.SourceIPAddressMasqer that masqs the source IP using the nftables protocol in pure go.

# Structs

Masq is the IP to masquerade as when targeting a specific destination.

# Interfaces

SourceIPAddressMasqer masqs traffic to an IP address as an IP address.