Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user