mirror of
https://github.com/opnsense/docs.git
synced 2026-04-27 00:58:42 -04:00
Add Documentation for HostingerDNS
This commit is contained in:
parent
b6a0f1aa90
commit
de657e47d1
1 changed files with 18 additions and 0 deletions
|
|
@ -126,3 +126,21 @@ Username Key ID
|
|||
Password Secret
|
||||
======================= =======================================================================================================================================================================
|
||||
|
||||
Hostinger DNS
|
||||
```````````````````````````
|
||||
|
||||
Hostinger is a Lithuania hosting provider who offers an API for DNS manipulation:
|
||||
|
||||
* Wiki: https://www.hostinger.com/support/10840865-what-is-hostinger-api/
|
||||
* Technical documentation: https://developers.hostinger.com/#tag/dns-zone/PUT/api/dns/v1/zones/%7Bdomain%7D
|
||||
|
||||
|
||||
======================= =======================================================================================================================================================================
|
||||
Option Value
|
||||
======================= =======================================================================================================================================================================
|
||||
Username Leave empty
|
||||
Password Your Hostinger API token
|
||||
Zone The domain name to update, for example: *example.com*
|
||||
Hostname The record name, for example: *subdomain*
|
||||
TTL The time to live for the record, in seconds, for example: *300* (optinal default: 300 seconds)
|
||||
======================= =======================================================================================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue