[Issue #1] - Added configurable NTPServer option in config.go; also added DNS name resolution so you don't have to use IPs
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-09-11 00:39:54 -04:00
parent 5e00c5c8ed
commit d09369c394
3 changed files with 53 additions and 10 deletions
+1
View File
@@ -10,5 +10,6 @@ const (
EnableICMP = true
// Time settings
NTPServer = "pool.ntp.org"
ActiveTimezone = "UTC"
)