mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dyndns: add helptext for digitalocean configuration (#1833)
This commit is contained in:
@@ -318,6 +318,7 @@ include("head.inc");
|
||||
<div class="hidden" data-for="help_for_host">
|
||||
<?= gettext("Enter the complete host/domain name. example: myhost.dyndns.org") ?><br />
|
||||
<?= gettext("For he.net tunnelbroker, enter your tunnel ID") ?><br />
|
||||
<?= gettext("For DigitalOcean, enter the zone/domain name.") ?>
|
||||
<?= gettext('Gandi LiveDNS: Enter the 2nd-level domain ("example.org").') ?>
|
||||
</div>
|
||||
</td>
|
||||
@@ -366,6 +367,7 @@ include("head.inc");
|
||||
<br /><?= gettext('Duck DNS: Enter your Token.') ?>
|
||||
<br /><?= gettext('dynv6: Enter your Token.') ?>
|
||||
<br /><?= gettext('Azure: Enter your Azure AD application ID.') ?>
|
||||
<br /><?= gettext('DigitalOcean: Enter the domain record ID.') ?>
|
||||
<br /><?= gettext('For Custom Entries, Username and Password represent HTTP Authentication username and passwords.') ?>
|
||||
<br /><?= gettext('Gandi LiveDNS: The subdomain / record to update.') ?>
|
||||
<br /><?= gettext('GoDaddy: Enter your API Key Token.') ?>
|
||||
@@ -385,6 +387,7 @@ include("head.inc");
|
||||
<br /><?= gettext('dynv6: Leave blank.') ?>
|
||||
<br /><?= gettext('Azure: client secret of the AD application') ?>
|
||||
<br /><?= gettext('Linode: Enter your Personal Access Token.') ?>
|
||||
<br /><?= gettext('DigitalOcean: Enter your Access Token.') ?>
|
||||
<br /><?= gettext('Cloudflare: Enter your API token or Global API key.') ?>
|
||||
<br /><?= gettext('Gandi LiveDNS: Enter your API token.') ?>
|
||||
<br /><?= gettext('GoDaddy: Enter your API Secret Token.') ?>
|
||||
|
||||
Reference in New Issue
Block a user