diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-07 05:56:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-07 05:56:02 +0000 |
commit | b77f35895d0c9eb4e5815199d5f4d0d1e40cad39 (patch) | |
tree | 4fb9dd08b0aa81fa39792a90219de85239e4a138 /etc | |
parent | e8ddb2e7e90be1cd18444933addb37a3415b2b1e (diff) |
make this a reasonable default; don't listen anywhere and sync to
pool.ntp.org. Give some commented out examples tho.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ntpd.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/ntpd.conf b/etc/ntpd.conf index e994886c98f..a01c58f216c 100644 --- a/etc/ntpd.conf +++ b/etc/ntpd.conf @@ -1,9 +1,12 @@ -# $OpenBSD: ntpd.conf,v 1.2 2004/07/07 04:01:47 henning Exp $ +# $OpenBSD: ntpd.conf,v 1.3 2004/07/07 05:56:01 henning Exp $ # sample ntpd configuration file # see ntpd.conf(5) -listen on 127.0.0.1 -listen on ::1 +# Adresses to listen on +# ntpd does not listen on any address by default +# listen on 127.0.0.1 +# listen on ::1 +# listen on * # remote servers to synchronize to # server 10.0.0.1 |