proxylistener

package
v0.26.21 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Overview

Package proxylistener provides a listener that implements the PROXY v1/v2 protocol. protocol spec https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewListener

func NewListener(opt Options) (net.Listener, error)

Types

type Options

type Options struct {
	Listener          net.Listener
	ReadHeaderTimeout time.Duration
	ReadBufferSize    int

	AllowListCIDRs []string
	DenyListCIDRs  []string
	SkipListCIDRs  []string
}

Jump to

Keyboard shortcuts

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