summaryrefslogtreecommitdiff
path: root/tcpproxy_test.go
AgeCommit message (Expand)Author
2023-11-01tcpproxy: implement half-close dance in proxy (#38)James Tucker
2022-10-16remove old ACME tls-sni-01 stuff that LetsEncrypt removed March 2019Brad Fitzpatrick
2022-10-16add Proxy.AddSNIRouteFunc to do lookups by SNI dynamicallyBrad Fitzpatrick
2021-08-24Modified TestProxyPROXYOut to conform with the fixed version of PROXY protoco...AdamEr8
2018-06-20Quiet log spam in test.Brad Fitzpatrick
2018-06-07Adding the HostName field to the Conn struct (#18)Nathan Johnson
2017-07-14Add support for arbitrary matching against HTTP and SNI hostnames.David Anderson
2017-07-06Support configurable routing of ACME tls-sni-01 challenges.David Anderson
2017-07-06Merge matcher and route into an interface that yields a Target.David Anderson
2017-07-06Support HAProxy's PROXY protocol v1 in DialProxy.David Anderson
2017-07-05Switch license to Apache2, add Google copyright headers.David Anderson
2017-06-22Start of tcpproxy. No Listener or reverse dialing yet.Brad Fitzpatrick