From dd10815b8177ff3d93a9ebc51854bd2abfe8fac7 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sat, 18 Oct 2014 14:03:55 +0200 Subject: [PATCH] Update dns.md --- dns.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dns.md b/dns.md index 72e72616..798ced13 100644 --- a/dns.md +++ b/dns.md @@ -1,4 +1,4 @@ -# DNS +# DNS: Domain Name System DNS configuration is a crucial stage for rendering your server accessible to the wider Internet. If your DNS is poorly configured, you are liable to have a lot of problems in connecting to your server via your domain name. @@ -32,4 +32,7 @@ You can also check out these pages for specific registrar documentation: [OVH](/ 3. Your YunoHost instance has its own DNS service, which means it will automatically configure its own DNS records, and that you can leave the setup to the instance itself. To do this, you must explain to your **registrar** that your YunoHost instance is the authoritative DNS server for your domain name. -

**Warning**: If you choose this option, all configuration options will be dome automatically, you will retain a good deal of flexibility, but if your server gets knocked offline you will run into many problems. **Choose this only if you are certain.** \ No newline at end of file +

**Warning**: If you choose this option, all configuration options will be dome automatically, you will retain a good deal of flexibility, but if your server gets knocked offline you will run into many problems. **Choose this only if you are certain.** + +### Dynamic IP +If the public IP of your server is changing follow [these tutorial](https://www.dnsexit.com/Direct.sv?cmd=ipClients). \ No newline at end of file