Seeing this spammed in my Unbound log file, no idea what is going on, tried removing all IP's from Source Net(s) but no change.
Just wanted to report this, not sure if it's normal behaviour?
2026-01-31T01:25:25-08:00 Error unbound [42645:2] error: dnsbl_module: unable to parse client source: Traceback (most recent call last): File "/unbound-dnsbl/lib/dnsbl.py", line 107, in _in_network src_address = ipaddress.ip_address(client) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/ipaddress.py", line 54, in ip_address raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address') ValueError: '' does not appear to be an IPv4 or IPv6 address
Tester appears to show that blocking is working as expected so nothing appears to be broken in that sense.
{
"status": "OK",
"action": "Block",
"policy": {
"source_nets": [
"192.168.194.253/32",
"192.168.177.248/32"
],
"address": "0.0.0.0",
"rcode": 0,
"description": "TV Blocklists",
"id": "54037ffe-5210-40e8-b2b3-5d9818f0d4cf",
"passlist": ".*localhost$",
"prio": 1,
"hidx": 0,
"bl": "hgz003"
}
}