listen for commands only on localhost by default

This commit is contained in:
Miroslav Lichvar 2013-06-21 14:32:58 +02:00
parent f66ffbc518
commit 04c745b7d1

View File

@ -18,9 +18,13 @@ rtcsync
# if the adjustment is larger than 100 seconds.
makestep 100 3
# Allow client access from local network.
# Allow NTP client access from local network.
#allow 192.168/16
# Listen for commands only on localhost.
bindcmdaddress 127.0.0.1
bindcmdaddress ::1
# Serve time even if not synchronized to any NTP server.
#local stratum 10