This commit is contained in:
Leandro Scardua 2026-05-22 10:46:26 +00:00 committed by GitHub
commit 339cdfa413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@
<id>account.zone</id>
<label>Zone</label>
<type>text</type>
<style>optional_setting service_aws service_zoneedit1 service_cloudflare service_nsupdate service_gandi service_godaddy service_nfsn service_hetzner service_digitalocean service_dnspodcn service_allinkl</style>
<style>optional_setting service_aws service_zoneedit1 service_cloudflare service_nsupdate service_gandi service_godaddy service_nfsn service_hetzner service_digitalocean service_dnspodcn service_allinkl service_hostinger</style>
<help>Zone containing the host entry.</help>
</field>
<field>
@ -77,7 +77,7 @@
<id>account.ttl</id>
<label>TTL</label>
<type>text</type>
<style>optional_setting service_aws service_netcup service_gandi service_godaddy</style>
<style>optional_setting service_aws service_netcup service_gandi service_godaddy service_hostinger</style>
<help>Time to Live for the DNS entry</help>
</field>
<field>

View file

@ -67,6 +67,7 @@
<he-net>HE.net</he-net>
<he-net-tunnel>HE.net TunnelBroker</he-net-tunnel>
<hetzner>Hetzner DNS Console</hetzner>
<hostinger>Hostinger</hostinger>
<inwx>INWX</inwx>
<keysystems>Key-Systems</keysystems>
<loopia>Loopia</loopia>

View file

@ -44,7 +44,7 @@ protocol={{account.service}}, \
dynurl=https://ipv4.cloudns.net/api/dynamicURL/?q={{account.password}}, \
{% elif account.service == 'hosting1984' %}
protocol=1984, \
{% elif account.service in ['godaddy', 'gandi'] %}
{% elif account.service in ['godaddy', 'gandi','hostinger'] %}
protocol={{account.service}}, \
zone={{account.zone}}, \
ttl={{account.ttl}}, \