From 62e625776d9eff18b87f9564f1b60f6f06407f26 Mon Sep 17 00:00:00 2001 From: Jean Date: Thu, 9 Oct 2014 10:08:44 +0200 Subject: [PATCH] Update dns_config.md Add a note about @ --- dns_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns_config.md b/dns_config.md index c9cce4a1..1eeeed8f 100644 --- a/dns_config.md +++ b/dns_config.md @@ -23,3 +23,5 @@ _xmpp-server._tcp 14400 IN SRV 0 5 5269 domain.tld. ```
Warning : Replace domain.tld with your own domain, and update IP sample values with your server IP
+ +
Warning : @ is the default domain name currently defined, some registrar (like OVH) does not accept it, so replace @ by your domain name (domain.tld)