mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
unbound: always use python first
This commit is contained in:
parent
f5cd86b61d
commit
a4b5a815c1
@ -139,7 +139,7 @@ function unbound_generate_config()
|
||||
|
||||
$optimization = unbound_optimization();
|
||||
|
||||
$module_config = '';
|
||||
$module_config = 'python ';
|
||||
$anchor_file = '';
|
||||
$dns64_config = '';
|
||||
|
||||
@ -154,10 +154,10 @@ function unbound_generate_config()
|
||||
$module_config .= 'dns64 ';
|
||||
}
|
||||
if (isset($config['unbound']['dnssec'])) {
|
||||
$module_config .= 'python validator iterator';
|
||||
$module_config .= 'validator iterator';
|
||||
$anchor_file = 'auto-trust-anchor-file: /var/unbound/root.key';
|
||||
} else {
|
||||
$module_config .= 'python iterator';
|
||||
$module_config .= 'iterator';
|
||||
}
|
||||
|
||||
$private_addr = "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user