{% extends "base.html" %} {% block title %}Connection Test{% endblock %} {% block content %}
Probe a remote BBS for telnet/SSH/finger/IRC/web availability.
{{ host }}| Service | Port | Status | Latency | Banner / Note |
|---|---|---|---|---|
| {{ r.label }} | {{ r.port }} |
{% if r.ok %} open {% else %} closed {% endif %} | {% if r.ms is not none %}{{ r.ms }}ms{% endif %} | {{ r.note }} |