mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
unbound-control get_option domain-insecure works.
git-svn-id: file:///svn/unbound/trunk@2098 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3a754ae461
commit
52894339df
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
27 April 2010: Wouter
|
||||||
|
- unbound-control get_option domain-insecure shows config file items.
|
||||||
|
|
||||||
26 April 2010: Wouter
|
26 April 2010: Wouter
|
||||||
- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
|
- Compile fix using Sun Studio 12 compiler on Solaris 5.9, use
|
||||||
CPPFLAGS during configure process.
|
CPPFLAGS during configure process.
|
||||||
|
|
|
||||||
|
|
@ -609,6 +609,7 @@ config_get_option(struct config_file* cfg, const char* opt,
|
||||||
else O_LST(opt, "trusted-keys-file", trusted_keys_file_list)
|
else O_LST(opt, "trusted-keys-file", trusted_keys_file_list)
|
||||||
else O_LST(opt, "dlv-anchor", dlv_anchor_list)
|
else O_LST(opt, "dlv-anchor", dlv_anchor_list)
|
||||||
else O_LST(opt, "control-interface", control_ifs)
|
else O_LST(opt, "control-interface", control_ifs)
|
||||||
|
else O_LST(opt, "domain-insecure", domain_insecure)
|
||||||
else O_UNS(opt, "val-override-date", val_date_override)
|
else O_UNS(opt, "val-override-date", val_date_override)
|
||||||
/* not here:
|
/* not here:
|
||||||
* outgoing-permit, outgoing-avoid - have list of ports
|
* outgoing-permit, outgoing-avoid - have list of ports
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue