diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/tlsrouter/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/tlsrouter/README.md b/cmd/tlsrouter/README.md index 9c7eee2..d915c32 100644 --- a/cmd/tlsrouter/README.md +++ b/cmd/tlsrouter/README.md @@ -1,10 +1,10 @@ # TLS SNI router -[![license](https://img.shields.io/github/license/google/tlsrouter.svg?maxAge=2592000)](https://github.com/google/tlsrouter/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/google/tlsrouter.svg?maxAge=2592000)](https://travis-ci.org/google/tlsrouter) [![api](https://img.shields.io/badge/api-unstable-red.svg)](https://godoc.org/go.universe.tf/tlsrouter) +[![license](https://img.shields.io/github/license/google/tlsrouter.svg?maxAge=2592000)](https://github.com/inetaf/tcpproxy/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/google/tlsrouter.svg?maxAge=2592000)](https://travis-ci.org/google/tlsrouter) [![api](https://img.shields.io/badge/api-unstable-red.svg)](https://godoc.org/go.universe.tf/tlsrouter) -TLSRouter is a TLS proxy that routes connections to backends based on the TLS SNI (Server Name Indication) of the TLS handshake. It carries no encryption keys and cannot decode the traffic that it proxies. - -This is not an official Google project. +TLSRouter is a TLS proxy that routes connections to backends based on +the TLS SNI (Server Name Indication) of the TLS handshake. It carries +no encryption keys and cannot decode the traffic that it proxies. ## Installation |