Update README.md

This commit is contained in:
Lab 8916100448256 2020-02-29 19:58:05 +00:00
parent 648632f2fd
commit 6f0f88b742

View file

@ -51,12 +51,12 @@ Information logs are written to the system log `/var/log/syslog`.
For Example : For Example :
``` ```
Feb 29 20:12:02 passerelle root: WAN IPv4 : 1.2.3.4 Feb 12 12:42:02 passerelle root: WAN IPv4 : 1.2.3.4
Feb 29 20:12:02 passerelle root: WAN IPv6 : 1111:2222:3333:4444:5555:6666:7777:8888 Feb 12 12:42:02 passerelle root: WAN IPv6 : 1111:2222:3333:4444:5555:6666:7777:8888
Feb 29 20:12:02 passerelle root: DNS IPv4 : 1.2.3.4 Feb 12 12:42:02 passerelle root: DNS IPv4 : 1.2.3.4
Feb 29 20:12:02 passerelle root: DNS IPv6 : 1111:2222:3333:4444:5555:6666:7777:8888 Feb 12 12:42:02 passerelle root: DNS IPv6 : 1111:2222:3333:4444:5555:6666:7777:8888
Feb 29 20:12:02 passerelle root: No need to update IPv4 DNS record for sub.domain.tld Feb 12 12:42:02 passerelle root: No need to update IPv4 DNS record for sub.domain.tld
Feb 29 20:12:02 passerelle root: No need to update IPv6 DNS record for sub.domain.tld Feb 12 12:42:02 passerelle root: No need to update IPv6 DNS record for sub.domain.tld
``` ```
This script is based on the [mywanip.sh](https://github.com/Gandi/api-examples/blob/master/bash/livedns/mywanip.sh) sample provided by Gandi on their GitHub This script is based on the [mywanip.sh](https://github.com/Gandi/api-examples/blob/master/bash/livedns/mywanip.sh) sample provided by Gandi on their GitHub