Wireguard Go Stuff
Go to file
Kekskurse 428870d055
Stuff
2022-02-28 16:26:40 +01:00
cmd Stuff 2022-02-28 16:26:40 +01:00
pkg Stuff 2022-02-28 16:17:42 +01:00
vendor Stuff 2022-02-28 16:17:42 +01:00
.gitignore init 2022-02-27 04:22:11 +01:00
Readme.md Stuff 2022-02-28 16:26:40 +01:00
go.mod Stuff 2022-02-28 16:17:42 +01:00
go.sum Stuff 2022-02-28 16:17:42 +01:00

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.