Hello Sergey Matveev,
how are you?
I am trying to test new version of GoVPN 5.2 client and server.
But seems like there is a lot of questions.
I can't even compile it on (Ubuntu 14.04.3 LTS) and Centos 6 with this error, can you help please?
alex@alex-XPS:~/govpn/govpn-5.2$ make
GOPATH=/home/alex/govpn/govpn-5.2 go build -ldflags "-X govpn.Version=5.2" govpn/cmd/govpn-client
# govpn
src/govpn/peer.go:381: undefined: bytes.LastIndexByte
src/govpn/verifier.go:83: undefined: base64.RawStdEncoding
src/govpn/verifier.go:93: undefined: base64.RawStdEncoding
src/govpn/verifier.go:108: undefined: base64.RawStdEncoding
src/govpn/verifier.go:117: undefined: base64.RawStdEncoding
make: *** [govpn-client] Error 2
On FreeBSD and Arch it compiled well, but interesting to know which dependencies are missing.
Thank you.
After I want to test it on Ubuntu\Centos\Arch\FreeBSD
My regards.