Versions in this module Expand all Collapse all v1 v1.0.3 Apr 23, 2026 v1.0.2 Apr 16, 2026 v1.0.1 Apr 3, 2026 Changes in this version + type TCPProxy struct + Default *TCPServer + ServerList []*TCPServer + func (p *TCPProxy) Get(host string) *TCPServer + func (p *TCPProxy) Handle(conn net.Conn) + type TCPServer struct + Hostname string + IP string + Port int + ProxyProtocol bool