[agent] - bastion mode init

This commit is contained in:
zeaslity
2024-04-17 11:38:20 +08:00
parent fb1bda3077
commit f20d5e549c
4 changed files with 55 additions and 96 deletions

View File

@@ -21,7 +21,10 @@ func main() {
flag.Parse()
if mode == "bastion" {
// 堡垒机模式
// 初始化堡垒机模式
a_init.BastionModeInit()
flag.StringVar(&agentServerInfoConfFile, "agentServerInfoConfFile", "", "agent server info conf file")
return
}