mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge 645764fb41 into cb9a5d6d69
This commit is contained in:
commit
339cdfa413
3 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}}, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue