Automatically remove nodes from the mesh after a

certain threshold.
This commit is contained in:
Tim Beatham
2023-10-20 17:35:02 +01:00
parent c200544cee
commit 976dbf2613
12 changed files with 191 additions and 34 deletions

View File

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