correct docs

main
yova 2 years ago
parent ac29fd2e5b
commit 7db9caf74f

@ -2,7 +2,7 @@
Simple dyndns for OVH API.
Updates a A record to current IP.
Updates an A record to the current IP.
## requirements ubuntu
@ -27,7 +27,7 @@ and edit `.env` with credentials from https://www.ovh.com/auth/api/createToken
Install as user cronjob like
`*/5 * * * * /home/user/ovh-dyndns/dyndns-update.py`
`*/5 * * * * cd /home/user/ovh-dyndns ; ./dyndns-update.py ZONE SUBDOMAIN`
with

Loading…
Cancel
Save