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
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