{% extends "base.html" %} {% block title %}Dial-Out Directory{% endblock %} {% block content %}
BBSes that show up in the user's "Dial Out" menu (telnet/SSH/rlogin out).
| On | Sort | Name | Host | Proto | Description | |
|---|---|---|---|---|---|---|
| {% if r.is_active %}on{% else %}off{% endif %} | {{ r.sort_order }} | {{ r.name }} | {{ r.hostname }}:{{ r.port }} |
{{ r.protocol }} | {{ r.description or '' }} |