Categorygithub.com/134130/dynamic-proxyproto-go
repositorypackage
0.0.0-20241209102429-f286b4d28712
Repository: https://github.com/134130/dynamic-proxyproto-go.git
Documentation: pkg.go.dev

# README

dynamic-proxyproto-go

A Go library implementation of the PROXY protocol, supporting both version 1 and version 2.

This project is another implementation of github.com/pires/go-proxyproto.

Features

  • PROXY protocol version 1/2
  • TCP/UDP/UNIX
  • IPv4/IPv6
  • Dynamic PROXY protocol listener (accepts both PROXY and non-PROXY connections)

Benchmark

go test -bench=. -benchtime=2000x -gcflags='-m -m'