{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input %} {{ input('group', value=group, type='hidden') }}
New black list Exists black lists New white list Exists white lists
Name: {{ input('new_blacklist_name') }} {% for list in black_lists %} {{ list }} {% endfor %} Name: {{ input('new_whitelist_name') }} {% for list in white_lists %} {{ list }} {% endfor %}
In this section you can create and edit black and white lists. And after use them in the HAProxy configs or in the "Add proxy" pages
{% endblock %}