forward

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TCPForwarder

type TCPForwarder struct {
	// contains filtered or unexported fields
}

TCPForwarder listens on a local TCP address and forwards connections to a target address.

func NewTCPForwarder

func NewTCPForwarder(listenAddr, targetAddr string) *TCPForwarder

NewTCPForwarder creates a new TCPForwarder.

func (*TCPForwarder) Run

func (f *TCPForwarder) Run(ctx context.Context) error

Run starts the TCP forwarder and blocks until ctx is canceled.

type UDPForwarder

type UDPForwarder struct {
	// contains filtered or unexported fields
}

UDPForwarder listens on a local UDP address and forwards datagrams to a target address.

func NewUDPForwarder

func NewUDPForwarder(listenAddr, targetAddr string) *UDPForwarder

NewUDPForwarder creates a new UDPForwarder.

func (*UDPForwarder) Run

func (f *UDPForwarder) Run(ctx context.Context) error

Run starts the UDP forwarder and blocks until ctx is canceled.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL