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