mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
unbound: dnsbl_module: typo
This commit is contained in:
parent
dd2fd6b0cb
commit
01ffca9d6a
@ -506,7 +506,7 @@ def operate(id, event, qstate, qdata):
|
||||
r = qstate.return_msg.rep
|
||||
dnssec = r.security if r.security else sec_status_unchecked
|
||||
rcode = (r.flags & 0xF) if r.flags else RCODE_SERVFAIL
|
||||
ttl = r.ttl if r.tll else 0
|
||||
ttl = r.ttl if r.ttl else 0
|
||||
|
||||
# if the count of RRsets > 1, then there are at least two different answer types.
|
||||
# this is most likely a CNAME, check if it is and refers to a fqdn that we should block
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user