Add OVH support

This commit is contained in:
Nik Rozman
2023-08-06 22:08:20 +02:00
parent 49989d8dea
commit 3967a5a073
7 changed files with 134 additions and 51 deletions

View File

@@ -53,7 +53,17 @@ To get credentials, go to this link here: https://robot.hetzner.com/preferences/
#### OVH
- Work in progress
- Supports creating, updating, and deleting DNS records using the OVH API.
#### Credentials
To get credentials, go to this link here: https://github.com/ovh/php-ovh#supported-endpoints, pick the right endpoint and go to the right **/createApp/** application credentials page.
The application needs to have the following rights:
- GET /ip
- GET /ip/*
- POST /ip/*
- DELETE /ip/*
Don't forget to set the right endpoint region in the config file.
## Contributing