You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
notice: init module 1: subnet
Having a config-module: "subnet ..."
results in an error. The correct configuration is, probably, config-module: "subnetcache ..."
Is that correct?
With config-module: "subnetcache ..."
the log have:
* nlnet/master: (103 commits)
- Fix: Resolve interface names on control-interface too.
- Fix for NLnetLabs#367: rc_ports don't have ub_sock; skip cleaning up.
- Fix to allow rpz with wildcard that applies to all TLDs at once.
Changelog note for NLnetLabs#365, NLnetLabs#367 and NLnetLabs#368. - Merge PR NLnetLabs#367 : DNSTAP log local address. With code from PR NLnetLabs#365 and fixesNLnetLabs#368 : dnstap does not log the DNS message ID for FORWARDER_QUERY.
Fix comment item.
Fix to use a simple pointer in the call of make_sock and make_sock_port.
- spelling fix in header.
- Fix unit test for added ulimit checks.
- Fix function documentation.
- On startup of unbound it checks if rlimits on memory size look sufficient for the configured cache size, and logs warning if not.
- ipsecmod: Better logging for detecting a cycle when attaching the A/AAAA subquery.
- FixNLnetLabs#384: (1) A minor request to improve the log (2) A minor bug in one log message.
- Fix for zonemd, do not reject insecure result from trust anchor validation step in dnssec chain of trust.
- Fix for zonemd, that domain-insecure zones work without dnssec.
Spelling fix.
- Fix for zonemd, that nxdomain for the chain of trust is allowed for island zones, it is treates as an insecure zone for verification.
- FixNLnetLabs#431: Squelch permission denied errors for tcp connect
- rpz skip nsec3param records, and nicer log for unsupported actions.
- FixNLnetLabs#429: rpz: url: with https: broken (regression in 1.13.1).
- Fix doxygen and pydoc warnings.
...
unbound version is 1.12.0
notice: init module 1: subnet
Having a
config-module: "subnet ..."
results in an error. The correct configuration is, probably,
config-module: "subnetcache ..."
Is that correct?
With
config-module: "subnetcache ..."
the log have:
I think the name in the log should match exactly the name in
unbound -V
, and in the configuration.See the list of linked modules with unbound -h
Sometimes, when there is a reference to a module that is not present, the comment in the log is:
Was that meant to be
unbound -V
?The text was updated successfully, but these errors were encountered: