Implemented the forwarding of packets between meshes

This commit is contained in:
Tim Beatham
2023-10-25 18:34:38 +01:00
parent 180f5e226c
commit c205be6748
14 changed files with 241 additions and 33 deletions

View File

@ -18,6 +18,7 @@ type MeshNode struct {
WgHost string
Failed bool
Timestamp int64
Routes []string
}
type Mesh struct {