1
0
forked from extern/smegmesh
WireGuard VPN Mesh Management
Go to file
Tim Beatham 661fb0d54c 45-use-statistical-testing
Keepalive is based on per mesh and not per node.
Using total ordering mechanism similar to paxos to elect a leader
if leader doesn't update it's timestamp within 3 * keepAlive then
give the leader a gravestone and elect the next leader.
Leader is bassed on lexicographically ordered public key.
2023-12-07 18:18:13 +00:00
.github/workflows Update go.yml 2023-11-05 10:53:57 +00:00
.vscode Implemented JWT authentication 2023-10-01 19:01:35 +01:00
cert Advertising routes into the mesh 2023-10-27 17:49:18 +01:00
cmd 45-use-statistical-testing 2023-12-07 18:18:13 +00:00
examples Updating examples 2023-11-08 09:19:24 +00:00
pkg 45-use-statistical-testing 2023-12-07 18:18:13 +00:00
smegmesh-web@c1128bcd98 Added smegmesh submodule 2023-11-13 10:46:52 +00:00
.gitmodules Added smegmesh submodule 2023-11-13 10:46:52 +00:00
build.sh Modified build script 2023-10-30 13:17:47 +00:00
Containerfile Fixed container file 2023-11-22 12:45:01 +00:00
Dockerfile Updating examples 2023-11-08 09:19:24 +00:00
go.mod Stubbing out WireGuard components 2023-11-20 11:28:12 +00:00
README.md Testing wgctrl 2023-09-16 13:57:27 +01:00

wgmesh

WireGuard VPN Mesh Management