1# $MirSecuCron$
2# $MirOS: src/etc/ntpd.conf,v 1.5 2014/02/10 00:47:11 tg Exp $
3# Sample configuration file for OpenNTPD, see ntpd.conf(5)
4
5# From where do we get the time? (multiple lines allowed)
6
7# a) pool of servers (example: NTP pool)
8servers 2.mirbsd.pool.ntp.org
9
10# b) single server (example: QEMU host)
11server 10.0.2.2
12
13
14# Whom do we give the time? (multiple lines allowed)
15#listen on *
16listen on 0.0.0.0
17listen on ::
18