first commit
This commit is contained in:
commit
a523bd1309
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
sudo docker run -it alpine /bin/sh
|
||||||
|
|
||||||
|
apk --no-cache upgrade
|
||||||
|
apk add --no-cache --virtual=run-deps certbot bash py3-pip pipx wget nano
|
||||||
|
pipx install --include-deps certbot-dns-ionos
|
||||||
|
pipx ensurepath
|
||||||
|
wget https://raw.githubusercontent.com/lazaroblanc/IONOS-DynDNS/main/ionos_dyndns.py
|
||||||
|
chmod +x ionos_dyndns.py
|
||||||
|
./ionos_dyndns.py -4 -H *.patachina.it --api-prefix 855b5080c2434ffc99f23fa20f09f0aa --api-secret bcD1lRr5af4UuXUGRSVTj-9uQxrxcj9GKcHo8D3xtaSducnWNxGx35XwqjXOwOSvTO7apFUjDWzbApUShMKPzA >> ionos_dyndns.log
|
Loading…
Reference in a new issue