AndreiGuru
Occasional Visitor
Which router are you running Go on for this to work?
It looks like this version is being written by the lead dev...I’m curious as to the differences between versions.
Sent from my iPhone using Tapatalk
AC-5300. Main diffs are resource usage & performance.
Kernel is indeed preferred over Go, as it's faster and uses less resources. Wireguard-go however, still runs at double the speed of openvpn (in my case), and the usage is around 60% of the default openvpn server. You can clone it using 'git://git.zx2c4.com/wireguard-go', and compile it using go_1.12.10-1_armv7-2.6.ipk from entware, but you have to hack around the "Illegal instruction" error 'go' it hits by default (I can't remember off hand what I ended up doing for that).