operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
282 stars 57 forks source link

Punycode zones are broken #164

Closed rmuehl closed 4 years ago

rmuehl commented 4 years ago

Creating the new zone xn--zngle-gra.at is working well. But you can't add/change/delete any record. The error message is "Something went wrong (server fault): "

You can easily reproduce this on your demo site https://dnsui.xiven.com.

It seams, that the zone is getting encoded and thus not found in the database: API->update_zone_rrsets('z\\xC3\\xA4ngle.at.'), referer: https://dnsui.xiven.com/zones/xn--zngle-gra.at