Wireguard Go Stuff
cmd | ||
pkg | ||
vendor | ||
.gitignore | ||
go.mod | ||
go.sum | ||
Readme.md |
KeksVPN
Wireguard Software, contains
wgfuncs (pkg)
Simple to use go Lib to create a wireguard device and connect it to ither peers
sample-server and sample-client (cmd)
Applications to test wgfuncs with, sample-server starts a wireguard server and a rest api to create new peers. sampleclient use that server to create a new connection without any user input.