Skip to content

Commit

Permalink
Update import path to inet.af/tcpproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Jan 25, 2020
1 parent dfa16c6 commit b6bb9b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,6 +1,7 @@
language: go
go:
- 1.8
- "1.12"
- "1.13"
- tip
os:
- linux
Expand All @@ -17,7 +18,7 @@ script:
jobs:
include:
- stage: deploy
go: 1.8
go: "1.13"
install:
- gem install fpm
script:
Expand All @@ -27,7 +28,7 @@ jobs:
--vendor "David Anderson <dave@natulte.net>"
--maintainer "David Anderson <dave@natulte.net>"
--description "TLS SNI router"
--url "https://github.com/google/tlsrouter"
--url "https://github.com/inetaf/tcpproxy/tree/master/cmd/tlsrouter"
./tlsrouter=/usr/bin/tlsrouter
./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
deploy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# tcpproxy

For library usage, see https://godoc.org/github.com/google/tcpproxy/
For library usage, see https://godoc.org/inet.af/tcpproxy/

For CLI usage, see https://github.com/google/tcpproxy/blob/master/cmd/tlsrouter/README.md
For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md
8 changes: 4 additions & 4 deletions 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

Expand Down

0 comments on commit b6bb9b5

Please sign in to comment.