From a274bbe5e18d103e0acea36b970fdc7bf3befbde Mon Sep 17 00:00:00 2001 From: NiceDevil <17103076+nicedevil007@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:05:08 +0100 Subject: [PATCH] Update README.md --- Linux/Inadyn/README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/Linux/Inadyn/README.md b/Linux/Inadyn/README.md index 235779b..d1d8f33 100644 --- a/Linux/Inadyn/README.md +++ b/Linux/Inadyn/README.md @@ -2,22 +2,24 @@ This is made with the following example for DYNDNS Provider desec.io -domain: mydomain.dedyn.io -token: XXXXXXXXXX +**domain**: mydomain.dedyn.io +**token**: XXXXXXXXXX Change this in the config file (and maybe duplicate it for mutiple entries) ->custom mydomain.dedyn.io { -> username = mydomain.dedyn.io -> password = 'XXXXXXXXXX' -> checkip-server = checkipv4.dedyn.io -> checkip-path = / -> checkip-ssl = true -> ddns-server = update.dedyn.io -> ddns-path = "/update?username=%u&password=%p&myipv4=%i" -> ssl = true -> hostname = mydomain.dedyn.io ->} +```javascript +custom mydomain.dedyn.io { + username = mydomain.dedyn.io + password = 'XXXXXXXXXX' + checkip-server = checkipv4.dedyn.io + checkip-path = / + checkip-ssl = true + ddns-server = update.dedyn.io + ddns-path = "/update?username=%u&password=%p&myipv4=%i" + ssl = true + hostname = mydomain.dedyn.io +} +``` ```bash # Use Alpine Edge Repositories