A firewall rule for my web app ( python) is created with allowed protocol tcp:9040. I added my domain and created DNS zones, however I still don't get to see my app when I type my domain in the address bar. I have to type my "external ip address:9040" in order to see my app. Is this standard use of firewall for launching an interactive web app? I also read port 9040 is vulnerable. According to speedguide.net: "Trojan.Mitglieder.R (07.01.2005) - trojan with backdoor capabilities. It runs a SOCKS4 proxy server and periodically contacts websites with information about the compromised computer.Attempts to open a back door on port 9040/tcp. Might also initiate a SMTP spam relay server on port 25/tcp."
Thanks.