diff options
| -rw-r--r-- | meta-networking/recipes-support/ntp/ntp/ntp.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp/ntp.conf b/meta-networking/recipes-support/ntp/ntp/ntp.conf index 676e186453..b59003092b 100644 --- a/meta-networking/recipes-support/ntp/ntp/ntp.conf +++ b/meta-networking/recipes-support/ntp/ntp/ntp.conf | |||
| @@ -14,4 +14,8 @@ driftfile /var/lib/ntp/drift | |||
| 14 | server 127.127.1.0 | 14 | server 127.127.1.0 |
| 15 | fudge 127.127.1.0 stratum 14 | 15 | fudge 127.127.1.0 stratum 14 |
| 16 | # Defining a default security setting | 16 | # Defining a default security setting |
| 17 | restrict default | 17 | restrict -4 default notrap nomodify nopeer noquery |
| 18 | restrict -6 default notrap nomodify nopeer noquery | ||
| 19 | |||
| 20 | restrict 127.0.0.1 # allow local host | ||
| 21 | restrict ::1 # allow local host | ||
