From f3311b7e69f9ea982f891bc679baa16ad64b1cb9 Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Sat, 29 Feb 2020 19:12:01 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcbce4c..9c03baa 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Check this page if you don't know your APIKey : https://docs.gandi.net/en/domain ### /usr/local/bin/live-dns-update.sh This is the script that is called by the cron job. -+First the WAN (external) IPV4 and IPV6 adresses are determined using http://me.gandi.net -+Then they are compared to DNS records for the configured host and domain. -/In case of mismatch Gandi live DNS API is called to update the DNS records ++ First the WAN (external) IPV4 and IPV6 adresses are determined using http://me.gandi.net ++ Then they are compared to DNS records for the configured host and domain. ++ In case of mismatch Gandi live DNS API is called to update the DNS records This script is based on this sample provided by Gandi on their GitHub : [mywanip.sh](https://github.com/Gandi/api-examples/blob/master/bash/livedns/mywanip.sh)