I’ve changed my domain’s nameservers at domain service to point to ns1.appwrite.zone and ns2.appwrite.zone, and I’m waiting for DNS propagation.
Once Appwrite takes over DNS, how can I route all subdomains (like *.MYDOMAIN.com) to the same Appwrite project or endpoint?
My goal is for any subdomain (e.g. abc.MYDOMAIN.com, test.MYDOMAIN.com) to point to the same place.
Is wildcard subdomain support available, and if so, how do I configure it in Appwrite?
Thanks in advance!