diff options
author | Alok Barsode <alok.barsode@linux.intel.com> | 2012-04-05 13:20:24 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-04-05 18:57:19 +0300 |
commit | 920950231d5875220010ed5810593d42b0106dc2 (patch) | |
tree | 0f6ccab84657c96482ef02852713dc0092d1e96e /src/main.conf | |
parent | fb84de7beb2e06da5e267d397a4f350a2af867d3 (diff) | |
download | connman-920950231d5875220010ed5810593d42b0106dc2.tar.gz connman-920950231d5875220010ed5810593d42b0106dc2.tar.bz2 connman-920950231d5875220010ed5810593d42b0106dc2.zip |
timeservers: Add Fallback Timerservers
Add Fallback timeservers via main.conf.
These timeservers are used for time corrections when
there are no valid timeservers provided by the user or by the
network. The list of timeservers which are queried for
timing correction are Timeservers.Configuration (set by the
user), service timeservers(via service), gateway, global
timeservers (via clock API) and fallback timeservers, in that order.
Diffstat (limited to 'src/main.conf')
-rw-r--r-- | src/main.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf index b4144ddc..92ec8412 100644 --- a/src/main.conf +++ b/src/main.conf @@ -5,3 +5,10 @@ # the scan list is empty. In that case, a simple backoff # mechanism starting from 10s up to 5 minutes will run. BackgroundScanning = true + +# List of Fallback timeservers separated by ",". +# These timeservers are used for NTP sync when there are +# no timeserver set by the user or by the service. +# These can contain mixed combination of fully qualified +# domain names, IPv4 and IPv6 addresses. +# FallbackTimeservers = |