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!
TL;DR
Changed domain's nameservers to Appwrite. Wants to route all subdomains to the same project. As Appwrite does not support wildcard subdomains, set up an A record for each subdomain manually to point to the same endpoint.