update binary

This commit is contained in:
2025-11-15 10:27:33 +07:00
parent fb68f1833d
commit b9ab1caf02
2 changed files with 44 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ type Config struct {
ProxmoxHost string `yaml:"proxmox_host"`
ProxmoxUser string `yaml:"proxmox_user"`
ProxmoxPass string `yaml:"proxmox_pass"`
GuestAgent bool `yaml:"guest_agent"`
Firewall bool `yaml:"firewall"`
}
func main() {