Is it even possible to check if port is open and reachable to others?
Right now I'm using to check if my listener is reachable by using canyouseeme.org by simply entering port number.
What I want to know is it possible to make my application to detect if port is reachable to others, not using local ip.