Added ability to detect if a node should be removed from the mesh.

This commit is contained in:
Tim Beatham
2023-10-21 18:08:45 +01:00
parent 976dbf2613
commit c4dc984fc7
8 changed files with 129 additions and 72 deletions

View File

@ -16,7 +16,7 @@ type MeshNode struct {
WgEndpoint string
PublicKey string
WgHost string
FailedCount int
Failed bool
}
type Mesh struct {