Am I Open
A small, terminal-friendly utility for checking your ports and your IP address.Your IP address: 3.135.205.231
Check if your port is reachable:$ curl amiopen.now/<port>
// Example
$ curl amiopen.now/80
> open
Check if an IP address is reachable:
$ curl amiopen.now/<ip address>/<port>
// Example
$ curl amiopen.now/1.1.1.1/53
> open
Check if your ISP is blocking a port:
$ telnet amiopen.now <port>
// Example
$ telnet amiopen.now 80
Hint: You can also check if you can access SSH by using:
$ ssh hello@amiopen.now