{% extends "base.html" %} {% block content %}
New black list Exists black lists New white list Exists white lists
Name: {% for list in black_lists %} {{ list }} {% endfor %} 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 %}