doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

Remove subdomain from cdk #71

Open nikosdk3 opened 4 months ago

nikosdk3 commented 4 months ago

Hello,

I was wondering if there was a way to have my minecraft server hosted on my root domain, instead of subdomain.domainname. For example, instead of connecting to the server with acme.example.com, I just want to be able to type in example.com to connect to the server. I tried removing some code related to the subdomain in the cdk code, but it ended up breaking and not being able to deploy anymore. Does anyone know the correct way to do this? Thanks!