21 lines
405 B
Markdown
21 lines
405 B
Markdown
|
# 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
|
||
|
subdomain: str; example: subdomain-xyz
|
||
|
field_type: *Optional* str; example: 'A' or 'AAAA'
|
||
|
logging: *Optional*
|
||
|
level: *Optional* str; default: :WARNING,ovhdns:INFO
|
||
|
ttl: *Optional* int; default: None
|
||
|
```
|