{% extends "layout.main.html" %} {% block content %}

CIDR access overview

Overview of IP addresses which have acccess to download packages from your localshop. Hosts which are not listed here will receive a 403 error.

Create {% for cidr in cidr_list %} {% endfor %}
CIDR Label Credentials Actions
{{ cidr.cidr }} {{ cidr.label|default:'n/a' }} {{ cidr.require_credentials|yesno }} edit | delete

About CIDR

CIDR notation is a syntax of specifying IP addresses and their associated routing prefix. It appends to the address a slash character and the decimal number of leading bits of the routing prefix, e.g., 192.0.2.0/24 for IPv4, and 2001:db8::/32 for IPv6.

See wikipedia

{% endblock %}