Skip to content

Commit b6bb9b5

Browse files
committed
Update import path to inet.af/tcpproxy
1 parent dfa16c6 commit b6bb9b5

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: go
22
go:
3-
- 1.8
3+
- "1.12"
4+
- "1.13"
45
- tip
56
os:
67
- linux
@@ -17,7 +18,7 @@ script:
1718
jobs:
1819
include:
1920
- stage: deploy
20-
go: 1.8
21+
go: "1.13"
2122
install:
2223
- gem install fpm
2324
script:
@@ -27,7 +28,7 @@ jobs:
2728
--vendor "David Anderson <[email protected]>"
2829
--maintainer "David Anderson <[email protected]>"
2930
--description "TLS SNI router"
30-
--url "https://github.com/google/tlsrouter"
31+
--url "https://github.com/inetaf/tcpproxy/tree/master/cmd/tlsrouter"
3132
./tlsrouter=/usr/bin/tlsrouter
3233
./systemd/tlsrouter.service=/lib/systemd/system/tlsrouter.service
3334
deploy:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# tcpproxy
22

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

5-
For CLI usage, see https://github.com/google/tcpproxy/blob/master/cmd/tlsrouter/README.md
5+
For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md

cmd/tlsrouter/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# TLS SNI router
22

3-
[![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)
3+
[![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)
44

5-
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.
6-
7-
This is not an official Google project.
5+
TLSRouter is a TLS proxy that routes connections to backends based on
6+
the TLS SNI (Server Name Indication) of the TLS handshake. It carries
7+
no encryption keys and cannot decode the traffic that it proxies.
88

99
## Installation
1010

0 commit comments

Comments
 (0)