This commit is contained in:
Kekskurse 2022-02-28 16:26:40 +01:00
parent b912b4b20f
commit 428870d055
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 9 additions and 0 deletions

8
Readme.md Normal file
View File

@ -0,0 +1,8 @@
# 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.

View File

@ -0,0 +1 @@
package main