{% extends "base.html" %} {% block title %}Default Echo Subscriptions{% endblock %} {% block content %}

Echo Area Subscriptions

Toggle which echo areas this BBS receives from the upstream network.

{% for net in networks %}
{{ net.name }} {{ net.our_address or '' }} → {{ net.binkp_host }}:{{ net.binkp_port }}
{% for area in by_network.get(net.id, []) %}
{% else %}
No areas yet — they'll appear after the first inbound packet.
{% endfor %}
{% endfor %}
{% endblock %}