{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}New Host ACL IP{% endblock %} {%block tag %}home{% endblock %} {% block content %}

Add host ACL IP

Back to {{ host.name }}

{%- if config['MASTER_RSYNC_ACL'] -%}

These host DNS names and/or IP addresses will be allowed to rsync from the master rsync/ftp servers. List here all the machines that you use for pulling.

{{ render_field_in_row(form.ip) }}

{{ form.csrf_token }}

{%- endif -%}{# MASTER_RSYNC_ACL ##} {% endblock %}