mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-06-10 22:34:24 -04:00
This adds a new `GroupPassword` option to the configuration file. Only nodes that share the same `GroupPassword` are able to exchange overlay traffic with each other, allowing the formation of closed networks. This does not affect peerings, nodes with different `GroupPassword` set can still forward traffic for each other and act as routers in the wider network. If the `GroupPassword` is set, then it is not possible to access public services or nodes on the public testnet. This is intentional. Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>