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