saucesteals / utlsproxy

MITM Proxy with TLS mimicry
GNU General Public License v3.0
39 stars 4 forks source link

building instructions outdated #10

Open tobwen opened 4 months ago

tobwen commented 4 months ago

official building instructions

$ go install github.com/saucesteals/utlsproxy
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/saucesteals/utlsproxy@latest' to install the latest version

modified building instructions also fail

$ go install github.com/saucesteals/utlsproxy@latest
go: github.com/saucesteals/utlsproxy@latest (in github.com/saucesteals/utlsproxy@v0.0.0-20240616235724-44a0906ecb39):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.

latest stable go has been installed

$ go version
go version go1.22.5 linux/amd64
barbolo commented 3 weeks ago
git clone https://github.com/saucesteals/utlsproxy
cd utlsproxy/
go build

./utlsproxy -h