Add OVH support
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user