From 40b4a0a70d1a980334a45ecc4dfbb71cb216f708 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 28 Nov 2019 20:56:20 +0100 Subject: [PATCH] [add] non-latin characters in domain names Based on [this thread](https://forum.yunohost.org/t/my-umlaut-broke-my-instance/9666). --- domains.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/domains.md b/domains.md index 31f724a5..f9527a1d 100644 --- a/domains.md +++ b/domains.md @@ -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 -----------------