Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}, \
Expand Down