PHP WebShell

Текущая директория: /etc/cloud/templates

Просмотр файла: 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 %}

Выполнить команду


Для локальной разработки. Не используйте в интернете!