index
:
tcpproxy.git
fix-golint
master
proxy-protocol
Proxy TCP connections based on static rules, HTTP Host headers, and SNI server names (Go package or binary)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcpproxy.go
Age
Commit message (
Expand
)
Author
29 hours
tcpproxy: support half-close with gvisor conns (#46)
HEAD
master
James Tucker
2023-11-01
tcpproxy: implement half-close dance in proxy (#38)
James Tucker
2022-10-16
remove old ACME tls-sni-01 stuff that LetsEncrypt removed March 2019
Brad Fitzpatrick
2022-10-16
gofmt for Go 1.19
Brad Fitzpatrick
2022-03-26
(doc): s/tlsproxy/tcpproxy
ignoramous
2021-08-24
Fixed HAProxy's PROXY protocol v1 Human-readable header format in DialProxy
AdamEr8
2018-06-20
Take advantage of Go 1.11's splice support, unwrap Conns in DialProxy.HandleConn
Brad Fitzpatrick
2018-06-20
Work around deadlock with Go tip (at Go rev f3f7bd5)
Brad Fitzpatrick
2018-06-07
Adding the HostName field to the Conn struct (#18)
Nathan Johnson
2017-07-14
Add support for arbitrary matching against HTTP and SNI hostnames.
David Anderson
2017-07-06
Support configurable routing of ACME tls-sni-01 challenges.
David Anderson
2017-07-06
Merge matcher and route into an interface that yields a Target.
David Anderson
2017-07-06
Support HAProxy's PROXY protocol v1 in DialProxy.
David Anderson
2017-07-05
Fix golint nits by adding docstrings and simplifying execution flow.
fix-golint
David Anderson
2017-07-05
Switch license to Apache2, add Google copyright headers.
David Anderson
2017-06-22
Fix copy/paste-o in doc example.
Brad Fitzpatrick
2017-06-22
Add vendor warning
Brad Fitzpatrick
2017-06-22
Add TargetListener
Brad Fitzpatrick
2017-06-22
Start of tcpproxy. No Listener or reverse dialing yet.
Brad Fitzpatrick