0x1949 Team - FAZEMRX - MANAGER
Edit File: ntp.conf.alpine.tmpl
## template:jinja # /etc/ntp.conf # # Configuration for Busybox ntpd - it only supports "server" lines. {% if servers %}# Servers {% endif %} {% for server in servers -%} server {{server}} {% endfor %} {% for peer in peers -%} peer {{peer}} {% endfor %}