{% extends "master.html" %} {% from "_formhelpers.html" import render_field %} {% block title %}New Host Peer ASN{% endblock %} {%block tag %}home{% endblock %} {% block content %}
Add host Peer ASNs

Peer ASNs are used to guide an end user on nearby networks to our mirror. For example, a university might list their peer ASNs, and the mirrorlist CGI would return the university-local mirror rather than a country-local mirror. You must be in the MirrorManager administrators group in order to create new entries here.

{{ render_field(form.asn) }} {{ render_field(form.name) }}

{{ form.csrf_token }}

{% endblock %}