Skip to content

Commit

Permalink
Setup default C2 profiles in daemon mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella committed Jan 11, 2024
1 parent 9d36920 commit 3c91f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/cli/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var daemonCmd = &cobra.Command{
}()

assets.Setup(force, false)
c2.SetupDefaultC2Profiles()
certs.SetupCAs()
certs.SetupWGKeys()
cryptography.AgeServerKeyPair()
Expand Down

0 comments on commit 3c91f8e

Please sign in to comment.