Hey I am using Zeronsd (docker) and I was wondering if it is possible to have something like “test.server.home.arpa”?
I have on my linux machine nginx as a proxy installed and a proxy host route for server.home.arpa to port 81 for NGINX Admin Panel. This works fine and all but I want nginx.server.home.arpa, as I am running other services as well.
Is something like this possible and how?
As far as I know, there isn’t, but maybe someone from ZT can shed some more light.
The closest workaround would be the wildcard option or, perhaps passing a hosts file with the subdomains to ZeroNSD which would get added to its records.
I was thinking that too, but I dont know how I would do such a thing because I use the docker container. Also I dont find it how to do that in the Documentation.
UPDATE:
I got it working yaay
When you want to enable wildcard using Docker, you just use -w to enable it
For Hostfiles: * -f <hosts file> will parse a file in /etc/hosts format and append it to your records.