As it stands, my setup is only using subdomains, each subdomain has a function and points to a nginx webserver. I have SSL set to Full (strict).
There’s an application I’d like to use that uses 1.2.3.4:1111 to connect. Hostnames work too, I’d like to have fakesub.domain.com:1111. Currently 1.2.3.4:1111 connects just fine, but fakesub.domain.com:1111 does not. I added “fakesub” as an A record to 1.2.3.4 but that’s not working. There are also other applications that use different ports, so ideally I’d like to just run them and change the port to whatever it needs.
I’m clearly doing something wrong and was hoping someone could shed some light on it!