-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install on MacOs Catalina #29
Comments
What's your |
go1.18.2 darwin/amd64 |
Try these for temporary workaround: $ git clone https://github.com/pwnesia/dnstake
$ cd dnstake/
$ go get -u golang.org/x/sys
$ go build -o $GOPATH/bin/dnstake cmd/dnstake/dnstake.go
$ dnstake -h Let me know what happens next. |
It works now, thanks for the fix ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, i'm unable to install the tool on MacOs Catalina
$ go install github.com/pwnesia/dnstake/cmd/dnstake@latest
Any hints?
The text was updated successfully, but these errors were encountered: