mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-09 13:24:52 +02:00
Automatically remove nodes from the mesh after a
certain threshold.
This commit is contained in:
@ -16,6 +16,7 @@ type MeshNode struct {
|
||||
WgEndpoint string
|
||||
PublicKey string
|
||||
WgHost string
|
||||
FailedCount int
|
||||
}
|
||||
|
||||
type Mesh struct {
|
||||
|
Reference in New Issue
Block a user