unbound: add hints the new way

This commit is contained in:
Franco Fichtner 2024-08-26 11:58:28 +02:00
parent 9123ae397c
commit 6b412360ea
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
Queries to other interface IPs not selected below are discarded.
The default behavior is to respond to queries on every available IPv4 and IPv6 address.
</help>
<hint>All (recommended)</hint>
</field>
<field>
<id>unbound.general.dnssec</id>
@ -116,6 +117,7 @@
<label>Outgoing Network Interfaces</label>
<type>select_multiple</type>
<advanced>true</advanced>
<hint>All (recommended)</hint>
<help>
Utilize different network interfaces that Unbound will use to send queries to authoritative servers and receive their replies.
By default all interfaces are used. Note that setting explicit outgoing interfaces only works when they are statically configured.

View File

@ -29,7 +29,6 @@
var data_get_map = {'frm_GeneralSettings':"/api/unbound/settings/get"};
mapDataToFormUI(data_get_map).done(function(data) {
formatTokenizersUI();
$('.selectpicker').selectpicker({title: '{{ lang._('All (recommended)') }}'}).selectpicker('render');
$('.selectpicker').selectpicker('refresh');
});