-
Notifications
You must be signed in to change notification settings - Fork 6
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
can u provide executable file on mac os? #1
Comments
I've never tried this on mac. Can you build from sources:
|
it doesn't work. and, yudeMacBook-Air:~ brite$ cd $GOPATH cd /Users/brite/go1.10.2/go/gopath/src/github.com/zreigz/ws-vpn; git submodule update --init --recursiveNo submodule mapping found in .gitmodules for path 'vendor/github.com/gorilla/websocket' how to fix it?tks |
After this command:
If not you should try to compile it: |
hi. then, github.com/zreigz/ws-vpn/vpnvpn/interface.go:40:15: undefined: water.NewTUN github.com/zreigz/ws-vpn/vpnvpn/interface.go:40:15: undefined: water.NewTUN how to fix the "undefined: water.NewTUN"? |
I've added new commit. You can rebase the code try the build again. |
you can also execute before:
|
in $GOPATH/src/github.com/zreigz/ws-vpn/ , under $GOPATH/src/github.com/zreigz/ws-vpn/ ,there generated the executable file ws-vpn, |
hi. yudeMacBook-Air:ws-vpn brite$ sudo ./ws-vpn -config client.ini how to fix the "open /proc/net/route: no such file or directory" issue? |
First, check if it's a permission problem or you don't have this file: |
hi, actually,the concept /proc/net/route doesn't apply to mac os x. yudeMacBook-Air:~ brite$ ip link set dev utun1 up how to create the interface utun1 ? it's a headache for me. |
hi.
i ran "go get github.com/zreigz/ws-vpn",but failed.
can u provide executable file on mac os?
The text was updated successfully, but these errors were encountered: