So for our dev environment we have a wildcard A record for each of our developers. Having different needs (vpn vs office, etc) we allow update on the dns via nsupdate. That works pretty well but I haven't found a way to update a wildcard entry via nsupdate. Did I miss something obvious ?
I try "update add *.domain.com 600 A 10.2.2.2" but that is refused while if I used x213.domain.com it's working properly.
Is there some magic syntax? Or this is simply not possible...