We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
could you please document how to start server?
The text was updated successfully, but these errors were encountered:
The default warpd server is now down, but you can run your own with warpd (requires an installation from source with Go`:
warpd
~$ go get -u github.com/spolu/warp/daemon/cmd/warpd ~$ warpd 2019/02/19 16:13:57.220406 Started warpd: version=0.0.3 2019/02/19 16:13:57.220686 Listening: address=:4242 tls=false
and then use:
~$ go get -u github.com/spolu/warp/client/cmd/warp ~$ WARPD_NO_TLS=true WARPD_ADDRESS=127.0.0.1:4242 warp open foo
Sorry, something went wrong.
I've created a Docker image for this here if it helps :)
No branches or pull requests
could you please document how to start server?
The text was updated successfully, but these errors were encountered: