2023-02-21 20:45:50 +01:00
|
|
|
# OVHDDNS
|
|
|
|
|
|
|
|
Update a OVH subdomain to own IP.
|
|
|
|
|
|
|
|
## Configuration file
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
ovh:
|
|
|
|
application_key: str
|
|
|
|
application_secret: str
|
|
|
|
consumer_key: str
|
|
|
|
endpoint: str
|
|
|
|
zone: str; example: redxef.at
|
2024-01-16 19:42:53 +01:00
|
|
|
subdomain: *Optional* str; example: subdomain-xyz
|
2023-02-21 20:45:50 +01:00
|
|
|
field_type: *Optional* str; example: 'A' or 'AAAA'
|
|
|
|
logging: *Optional*
|
|
|
|
level: *Optional* str; default: :WARNING,ovhdns:INFO
|
|
|
|
ttl: *Optional* int; default: None
|
|
|
|
```
|