[Issue #1] - Added configurable NTPServer option in config.go; also added DNS name resolution so you don't have to use IPs
This commit is contained in:
@@ -10,5 +10,6 @@ const (
|
||||
EnableICMP = true
|
||||
|
||||
// Time settings
|
||||
NTPServer = "pool.ntp.org"
|
||||
ActiveTimezone = "UTC"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user