{% if network_exposed %}
{# ADR-0011 D8. The server binds to loopback by default; if that was
overridden, say so on every page rather than letting a network-reachable,
unauthenticated recon trigger look identical to a safe local one. #}
This interface is reachable from the network.
It has no authentication, and anyone who can reach this port can start
active reconnaissance using your authorisation. Bind to
127.0.0.1 unless you have a specific reason not to.
{% endif %}
Skip to main content
{% block content %}{% endblock %}