Files
ddns-go/main.go
He Yong b5e12bc9d2 feat: add daemon mode for background execution (#1576)
Introduces a new flag `-d` to run the application as a daemon.
The `runAsDaemon` function handles the process detachment and
redirection to /dev/null. Updates the main execution flow to
support this feature.

Signed-off-by: He Yong <hyyoxhk@163.com>
2025-10-30 20:09:58 +08:00

10 KiB