summaryrefslogtreecommitdiff
path: root/templates/chrony.conf.freebsd.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chrony.conf.freebsd.tmpl')
-rw-r--r--templates/chrony.conf.freebsd.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/chrony.conf.freebsd.tmpl b/templates/chrony.conf.freebsd.tmpl
index 1e4155f3..a9dd394e 100644
--- a/templates/chrony.conf.freebsd.tmpl
+++ b/templates/chrony.conf.freebsd.tmpl
@@ -42,6 +42,12 @@ server {{server}} iburst
pool {{pool}} iburst
{% endfor %}
+{% for peer in peers -%}
+peer {{peer}}
+{% endfor %}
+{% for a in allow -%}
+allow {{a}}
+{% endfor %}
#######################################################################
### AVOIDING POTENTIALLY BOGUS CHANGES TO YOUR CLOCK
#