From de657e47d111bc37febc01c245c40dca09abd827 Mon Sep 17 00:00:00 2001 From: Leandro Scardua <24698541+leandroscardua@users.noreply.github.com> Date: Sun, 8 Feb 2026 15:03:51 +0000 Subject: [PATCH] Add Documentation for HostingerDNS --- source/manual/dynamic_dns.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/manual/dynamic_dns.rst b/source/manual/dynamic_dns.rst index dea3120ea..85964a2c3 100644 --- a/source/manual/dynamic_dns.rst +++ b/source/manual/dynamic_dns.rst @@ -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) +======================= =======================================================================================================================================================================