mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-16 07:46:07 +00:00
Optional peer authentication, if non-empty then incoming TCP and all UDP peers must match one of these box keys
This commit is contained in:
@ -5,6 +5,7 @@ type NodeConfig struct {
|
||||
Listen string
|
||||
AdminListen string
|
||||
Peers []string
|
||||
PeerBoxPubs []string
|
||||
BoxPub string
|
||||
BoxPriv string
|
||||
SigPub string
|
||||
|
Reference in New Issue
Block a user