mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-09 21:27:33 +02:00
Added ability to detect if a node should be removed from the mesh.
This commit is contained in:
@ -16,7 +16,7 @@ type MeshNode struct {
|
||||
WgEndpoint string
|
||||
PublicKey string
|
||||
WgHost string
|
||||
FailedCount int
|
||||
Failed bool
|
||||
}
|
||||
|
||||
type Mesh struct {
|
||||
|
Reference in New Issue
Block a user