<div dir="auto">Ancient BIND version, but won’t mention it beyond that. Others are going to.</div><div dir="auto"><br></div><div dir="auto">This should work fine. Having multiple levels of labels in the zone shouldn’t be a problem. But you’re not providing enough detail to troubleshoot. You’re going to have to show the config and zone files to really get any help. And just just providing snippets of the files might not show where the problem is. You also should provide the “dig” output and the precise errors you get back (e.g. the SOA record returned in the NXDOMAIN response might provide clues).</div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 2, 2023 at 4:47 PM Michał Półrolniczak <<a href="mailto:michal.polrolniczak@gmail.com">michal.polrolniczak@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div dir="ltr">
Hello Bind Community,
<br>
<br>Im trying to resolve sub-subdomain without making each level as separate
zone file.
<br>
<br>I have domain.my (name of domain changed) in main zone (the host I serve
it from is <a href="http://ns.domain.my" target="_blank">ns.domain.my</a>) - this works fine, I delegated sub domain
<a href="http://my.domain.my" target="_blank">my.domain.my</a> by adding:
<br>
<br><a href="http://my.domain.my" target="_blank">my.domain.my</a> IN NS <a href="http://ns.domain.my" target="_blank">ns.domain.my</a>; I added this zone to config file and
created zone file for it. - this also works fine
<br>
<br>I can without any issues add subdomain to <a href="http://my.domain.my" target="_blank">my.domain.my</a> in <a href="http://my.domain.my" target="_blank">my.domain.my</a>
zone file.
<br>
<br>I would like to resolve sub-subdomain like: <a href="http://this.is.also.my.domain.my" target="_blank">this.is.also.my.domain.my</a>
from same <a href="http://my.domain.my" target="_blank">my.domain.my</a> zone file.
<br>from my understanding I could add wildcard: "*.<a href="http://is.also.my.domain.my" target="_blank">is.also.my.domain.my</a>. IN
A ip.addr" record (and handle it later on server), or by adding
"<a href="http://this.is.also.my.domain.my" target="_blank">this.is.also.my.domain.my</a>. IN A ip.add" record.
<br>Both don't work sadly.
<br>
<br>I also tested "<a href="http://is.also.my.domain.my" target="_blank">is.also.my.domain.my</a>. A ip.address" which also dont work
- so it looks like im missing something.
<br>
<br>Was this feature disable/removed from bind9 or I forgot to set something
in my config file?
<br>
<br>I'm using bind9 9.11.5
</div>
-- <br>
Visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div></div>