{% extends "base.html" %} {% block title %}BinkP Hub Nodes — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Downstream FidoNet/BinkP nodes that receive echomail from this hub.
| FTN Address | Name | Sysop | Areas | Pending | Status | Last Seen | |
|---|---|---|---|---|---|---|---|
| {{ node.ftn_address }} | {{ node.name }} | {{ node.sysop or '—' }} | {{ node.subscriptions.count() }} | {{ node.hold_queue.filter_by(status='pending').count() }} | {% if node.is_active %}active {% else %}inactive{% endif %} | {% if node.last_seen_at %}{{ node.last_seen_at.strftime('%Y-%m-%d %H:%M') }} {% else %}never{% endif %} | Edit |
No BinkP downstream nodes registered yet.
Add the first node