I don’t think people will want to memorize an IP. I also host many services, so I have to use a domain so that my reverse proxy can use the Host HTTP header to properly route the request and execute the proper middlewares. No domain also means no TLS, which is not a good idea.
use direct ip connect
I don’t think people will want to memorize an IP. I also host many services, so I have to use a domain so that my reverse proxy can use the Host HTTP header to properly route the request and execute the proper middlewares. No domain also means no TLS, which is not a good idea.