{% extends "base.njk.cli.html" %} {% block main %}

Am I Open

A small, terminal-friendly utility for checking your ports and your IP address.

Your IP address: {{ip}}

Check if your port is reachable:
amiopen.now/<port>

Example:
amiopen.now/80

amiopen.now/





Check if an IP address is reachable:
amiopen.now/<ip address>/<port>

Example:
amiopen.now/1.1.1.1/53

amiopen.now//
{% endblock %}