anywherelan / awl

Securely connect your devices into a private network
https://anywherelan.com
Mozilla Public License 2.0
405 stars 22 forks source link

build: remove cgo dependency on all platforms #97

Closed pymq closed 1 year ago

pymq commented 1 year ago

This should fix errors like below on older linux distributions (ubuntu 20.04, for instance)

sudo ./awl ./awl: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./awl)
./awl: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.34' not found (required by ./awl)