Migrating my app I’d like ti use port 8080 externally. I’m aware that I can map any 10000 port, however that would require updating clients. Since port 8080 seems to be quite popular for exposing services it would be great if 8080 could be allowed by default as is already the case for 8443.
This shouldn’t be hard; we add ports semiregularly when people ask, and I’m surprised we don’t already allow 8080/tcp. I’m looking into this now; I just want to figure out if there’s a reason we don’t already do this.
(We’re going to get rid of the allowed-ports list altogether sometime this year, but you shouldn’t have to wait for that for 8080/tcp).