mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[add] non-latin characters in domain names
Based on [this thread](https://forum.yunohost.org/t/my-umlaut-broke-my-instance/9666).
This commit is contained in:
parent
b30f6b8f70
commit
40b4a0a70d
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ The domain chosen during the postinstall is defined as the main domain of the se
|
|||
|
||||
Finally, take note that, in the context of YunoHost, there is no hierarchy between the domains it knows. In the previous example, you may add a third domain `foo.yolo.com` - but it would be considered as a domain independent of `yolo.com`.
|
||||
|
||||
Non-latin characters
|
||||
-----------------
|
||||
|
||||
If your domain has special, non-latin characters, you need to use its [internationalized version](https://en.wikipedia.org/wiki/Internationalized_domain_name) through [Punycode](https://en.wikipedia.org/wiki/Punycode). You can use [this converter](https://www.charset.org/punycode), and use the converted domain name in your YunoHost configuration.
|
||||
|
||||
DNS configuration
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue