mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
unbound: add hints the new way
This commit is contained in:
parent
9123ae397c
commit
6b412360ea
@ -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.
|
||||
|
||||
@ -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');
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user