Aggiorna README.md
This commit is contained in:
parent
ba769cd06e
commit
369eefa5dc
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -1,3 +1,14 @@
|
|||
# mio
|
||||
1. Download the script and make sure it is executable
|
||||
```sh
|
||||
wget https://raw.githubusercontent.com/lazaroblanc/IONOS-DynDNS/main/ionos_dyndns.py
|
||||
chmod +x ionos_dyndns.py
|
||||
```
|
||||
aggiornare
|
||||
```sh
|
||||
./ionos_dyndns.py -4 -H *.patachina.it --api-prefix 855b5080c2434ffc99f23fa20f09f0aa --api-secret bcD1lRr5af4UuXUGRSVTj-9uQxrxcj9GKcHo8D3xtaSducnWNxGx35XwqjXOwOSvTO7apFUjDWzbApUShMKPzA >> ionos_dyndns.log
|
||||
```
|
||||
|
||||
# ionos_dyndns.py
|
||||
|
||||
Create and update DNS records for a host using IONOS' API for use as a DynDNS (for example via a cronjob).
|
||||
|
|
Loading…
Reference in a new issue