Update Linux/Inadyn/README.md

This commit is contained in:
2023-12-28 12:34:51 +00:00
parent 6bcf2fac62
commit b11c898385

View File

@@ -7,6 +7,8 @@ This is made with the following example for DYNDNS Provider desec.io
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)
## Example for desec.io
```javascript ```javascript
custom mydomain.dedyn.io { custom mydomain.dedyn.io {
username = mydomain.dedyn.io username = mydomain.dedyn.io
@@ -21,6 +23,14 @@ custom mydomain.dedyn.io {
} }
``` ```
## Example for duckdns
```javascript
provider duckdns.org {
username = mytoken
hostname = mydomain.duckdns.org
}
```
# Installcommands on Alpine Linux # Installcommands on Alpine Linux
```bash ```bash