Update README.md

This commit is contained in:
NiceDevil
2023-12-21 17:05:08 +01:00
parent 35fcdd5768
commit a274bbe5e1

View File

@@ -2,22 +2,24 @@
This is made with the following example for DYNDNS Provider desec.io This is made with the following example for DYNDNS Provider desec.io
domain: mydomain.dedyn.io **domain**: mydomain.dedyn.io
token: XXXXXXXXXX **token**: XXXXXXXXXX
Change this in the config file (and maybe duplicate it for mutiple entries) Change this in the config file (and maybe duplicate it for mutiple entries)
>custom mydomain.dedyn.io { ```javascript
> username = mydomain.dedyn.io custom mydomain.dedyn.io {
> password = 'XXXXXXXXXX' username = mydomain.dedyn.io
> checkip-server = checkipv4.dedyn.io password = 'XXXXXXXXXX'
> checkip-path = / checkip-server = checkipv4.dedyn.io
> checkip-ssl = true checkip-path = /
> ddns-server = update.dedyn.io checkip-ssl = true
> ddns-path = "/update?username=%u&password=%p&myipv4=%i" ddns-server = update.dedyn.io
> ssl = true ddns-path = "/update?username=%u&password=%p&myipv4=%i"
> hostname = mydomain.dedyn.io ssl = true
>} hostname = mydomain.dedyn.io
}
```
```bash ```bash
# Use Alpine Edge Repositories # Use Alpine Edge Repositories