socksproxy

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyServer

type ProxyServer struct {
	Addr string
	// contains filtered or unexported fields
}

ProxyServer is a SOCKS5 proxy server.

func NewServer

func NewServer(addr string, upstream network.Network, fallback network.Network) *ProxyServer

NewServer creates a new SOCKS5 proxy server. Requests to private addresses (excluding loopback) will be forwarded to the upstream network. Requests to public addresses will be forwarded to the fallback network.

func (*ProxyServer) Close added in v0.9.0

func (s *ProxyServer) Close() error

func (*ProxyServer) ListenAndServe

func (s *ProxyServer) ListenAndServe(ctx context.Context) error

Jump to

Keyboard shortcuts

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