You configure an idn zone the same way you do for any other - so I assume your config below is correct - although the location of the master file master/umlauttestäöü.de.hosts contains non ascii char I don't think that is an issue in todays unix/linux environment. It would of been a problem in the old days.<br>
<br>As for you question concerning the browser converting the domain to punycode before asking a nameserver - yes that is what some browsers do. I'm not sure why because it must confuse some users when that happens.<br>
<br>regards<br>joe baptista<br><br><div class="gmail_quote">On Fri, Dec 4, 2009 at 9:41 AM, Kai Szymanski <span dir="ltr"><<a href="mailto:ks@codebiz.de">ks@codebiz.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>
<br>
One of our customers wan't a Domain with "Umlaute" (german special characters like "ä").<br>
<br>
Is it correct when i have configured the zone like<br>
<br>
zone "<a href="http://xn--umlauttest-z5a0tyc.de" target="_blank">xn--umlauttest-z5a0tyc.de</a>" {<br>
       type master;<br>
       file "master/umlauttestäöü.de.hosts";<br>
       allow-transfer { can_transfer; };<br>
       # allow-update { can_update; };<br>
};<br>
<br>
and the record like<br>
<br>
<a href="http://xn--umlauttest-z5a0tyc.de" target="_blank">xn--umlauttest-z5a0tyc.de</a>.       IN      SOA     <a href="http://ns.foobar.de" target="_blank">ns.foobar.de</a>. <a href="http://hostmaster.foobar.de" target="_blank">hostmaster.foobar.de</a>. (<br>

                                       2009120401      ; Serial<br>
                                       8H              ; refresh<br>
                                       4H              ; retry<br>
                                       5w6d16h         ; expiry<br>
                                       1D )            ; minimum<br>
<br>
       IN NS <a href="http://ns.foobar.de" target="_blank">ns.foobar.de</a>.<br>
       IN NS <a href="http://ns2.foobar.de" target="_blank">ns2.foobar.de</a>.<br>
<br>
If so: When you enter the Domainname in a Browser: Did the Browser also encode the url to punycode before asking a nameserver ?<br>
<br>
Thanks for your hints!<br>
<br>
Best regards,<br>
 Kai.<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" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div><br><br>