diff options
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index b2d6ea5..7d7b17a 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -15,7 +15,7 @@ <password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> <timezone>Etc/UTC</timezone> <time-update-interval>300</time-update-interval> - <timeservers>pool.ntp.org</timeservers> + <timeservers>0.pfsense.pool.ntp.org</timeservers> <webgui> <protocol>http</protocol> <!-- diff --git a/conf.default/config.xml b/conf.default/config.xml index 9c94ce2..d6cf72f 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -14,7 +14,7 @@ <password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> <timezone>Etc/UTC</timezone> <time-update-interval>300</time-update-interval> - <timeservers>pool.ntp.org</timeservers> + <timeservers>0.pfsense.pool.ntp.org</timeservers> <webgui> <protocol>http</protocol> <!-- |