You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know IPFS has improved alot in the last 2 years and I was curious how IPVPN worked using IPFS to help auto-build its
mesh VPN.
$ GO111MODULE=on go get github.com/my-network/ipvpn/cmd/ipvpnd
go get: github.com/my-network/ipvpn@none updating to
github.com/my-network/[email protected] requires
github.com/ipfs/[email protected] requires
github.com/golangci/[email protected] requires
github.com/go-critic/[email protected]: invalid pseudo-version: does not match version-control timestamp (expected 20190526074819)
The text was updated successfully, but these errors were encountered:
First of all I have to say, that I haven't really completed the project. And it worked very unstable last time I checked. I did somehow make it so-so work at some moment, but then I started a redesign to make it stable, and never finished :(
And I really hope I will finish it one day.
About how to build it: if you will replace go1.13beta1 with a path to a go1.13 compiler in Makefile, then just make should work. It appears it does not execute when compiled with go1.16 -- I will fix it.
GO111MODULE=off go get -d github.com/my-network/ipvpn/cmd/ipvpnd
cd "$(go env GOPATH)"/src/github.com/my-network/ipvpn
vim Makefile
make
Also I'm glad to explain the design of how IPFS is used if that was the question :)
If the project is relevant to you, I can take a look where I stopped on this weekend to understand how much is missing.
I know IPFS has improved alot in the last 2 years and I was curious how IPVPN worked using IPFS to help auto-build its
mesh VPN.
The text was updated successfully, but these errors were encountered: