diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-18 18:07:55 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-18 18:07:55 +0000 |
commit | 59b2217456f6647774f4682bd5ef7f4bfe6e805c (patch) | |
tree | 446a6cfc9811500eb72f45ad85fd72311fc527c7 | |
parent | 9f5b217f4fd8c7e98bcdc573a7f532593a6a8498 (diff) | |
download | pfsense-59b2217456f6647774f4682bd5ef7f4bfe6e805c.zip pfsense-59b2217456f6647774f4682bd5ef7f4bfe6e805c.tar.gz |
Switch over to the newly provisioned 0.pfsense.pool.ntp.org which
ntp.org has graciously setup for pfSense.
-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> <!-- |