Re: wireguard-go compilation fails

2018-10-04 Thread James Cloos
In case anyone sees this thread in a search, the solution is that the version of golang Debian packages is too old. If one manually installs golang 10, then wireguard-go compiles fine. -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6

Re: Let's talk about obfuscation again

2018-09-06 Thread James Cloos
>>>>> "BC" == Brian Candler writes: BC> OK, so what about changing wireguard to use TCP and TLS on port 443? Using udp/443 for one end could allow making it look like quic. You'd need non-wg traffic on the port to reply like a quic server would. -JimC

wireguard-go compilation fails

2018-08-13 Thread James Cloos
ent runs of make fail differently: :; make command -v dep >/dev/null || go get -v github.com/golang/dep/cmd/dep import "context": import path doesn't contain a slash package context: unrecognized import path "context" Makefile:34: recipe for target 'vendor/.c