mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
implement uncloudd daemon that starts a WireGuard network without peer probing
This commit is contained in:
@@ -19,7 +19,7 @@ type Config struct {
|
||||
Subnet netip.Prefix
|
||||
PrivateKey secret.Secret
|
||||
PublicKey secret.Secret
|
||||
Peers []*PeerConfig
|
||||
Peers []PeerConfig
|
||||
}
|
||||
|
||||
type PeerConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user