This commit is contained in:
naiba
2023-06-30 09:51:14 +08:00
parent f7a6981a8c
commit 568ded927e
2 changed files with 37 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ import (
type AgentConfig struct {
HardDrivePartitionAllowlist []string
NICAllowlist map[string]bool
DNS []string
v *viper.Viper
}