assign ipv6 address to each machine derived from their public keys

This commit is contained in:
Pavel Sviderski
2024-08-29 22:37:49 +10:00
parent eed2c8809c
commit 41098d00b8
8 changed files with 77 additions and 43 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package config
import "uncloud/internal/secret"
import (
"uncloud/internal/secret"
)
type MachineConnection struct {
User string `toml:"user,omitempty"`