mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Cyrillic TLD is not valid #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dampelz on 2/6/2024
CloudPanel version(s) affected
2.4.1
Description
Cyrillic TLD is not valid by Cloudpanel
Cyrillic names with ru,com,net,org working fine, but with cyrillic tld zone рф is not working.
in this regard, it is also impossible to add a Cyrillic TLD to the punycode
With support of CloudPanel, we found out that the problem is in the cyrillic TLD
Can you release small hot fix for this problem?
How to reproduce
Try to add domain with cyrillic tld рф
example.рф
пример.рф
Domain Name: This value is not valid.
but cyrillic name with .org tld working fine
пример.org
Possible Solution
allow Cyrillic characters in the top-level domain
Additional Context
No response