Skip to content

Commit

Permalink
support to configure in background mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hoozecn committed Mar 22, 2024
1 parent ab43356 commit 857b270
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 196 deletions.
1 change: 1 addition & 0 deletions client/cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func runInDaemonMode(ctx context.Context, cmd *cobra.Command) error {
CustomDNSAddress: customDNSAddressConverted,
IsLinuxDesktopClient: isLinuxRunningDesktop(),
Hostname: hostName,
ExtraIFaceBlacklist: extraIFaceBlackList,
}

if rootCmd.PersistentFlags().Changed(preSharedKeyFlag) {
Expand Down
Loading

0 comments on commit 857b270

Please sign in to comment.