{% extends "base.html" %} {% block title %}Connection Test{% endblock %} {% block content %}

Connection Test

Probe a remote BBS for telnet/SSH/finger/IRC/web availability.

{% if results %}
Results for {{ host }}
{% for r in results %} {% endfor %}
ServicePortStatusLatencyBanner / Note
{{ r.label }} {{ r.port }} {% if r.ok %} open {% else %} closed {% endif %} {% if r.ms is not none %}{{ r.ms }}ms{% endif %} {{ r.note }}
{% endif %} {% endblock %}