inetaf / tcpproxy

Proxy TCP connections based on static rules, HTTP Host headers, and SNI server names (Go package or binary)

Home Page:https://pkg.go.dev/github.com/inetaf/tcpproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant install using go get go.universe.tf/tlsrouter

odedpriva opened this issue · comments

ubuntu@ip-10-0-1-115:~$ go get go.universe.tf/tlsrouter
package go.universe.tf/tlsrouter: unrecognized import path "go.universe.tf/tlsrouter" (parse https://go.universe.tf/tlsrouter?go-get=1: no go-import meta tags ())

Yeah, I see a 404 for that. @danderson?

Yup, the package got renamed to go.universe.tf/tcpproxy, and when we merged the tlsrouter binary into this repo, we didn't update the docs. Fetching the binary should be go get go.universe.tf/tcpproxy/tlsrouter.

@odedpriva, which docs led you astray? Is there something we forgot to update?

Thanks, I'll leave that to Dave to fix.