We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2862066 commit 3ce5804Copy full SHA for 3ce5804
README.md
@@ -1,5 +1,5 @@
1
# tcpproxy
2
3
-For library usage, see https://godoc.org/inet.af/tcpproxy/
+For library usage, see https://pkg.go.dev/github.com/inetaf/tcpproxy/
4
5
For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md
go.mod
@@ -1,4 +1,4 @@
-module inet.af/tcpproxy
+module github.com/inetaf/tcpproxy
go 1.16
0 commit comments