I have an Appwrite instance set up on my local network with a domain like main.com
, which I use to access the instance. I want to make one of my functions accessible via a subdomain, such as function1.main.com
.
How can I achieve this, considering I only want to do it in my local network?