mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-09 13:24:52 +02:00
Ability to specify aliases
Ability to specify aliases that automatically append to /etc/hosts
This commit is contained in:
@ -18,6 +18,8 @@ type MeshNode struct {
|
||||
Timestamp int64
|
||||
Routes []string
|
||||
Description string
|
||||
Alias string
|
||||
Services map[string]string
|
||||
}
|
||||
|
||||
// Represents a WireGuard Mesh
|
||||
|
Reference in New Issue
Block a user