nslookup 1000mercis.comServer: firewallhostnameAddress: myfirewallipNon-authoritative answer:Name: 1000mercis.comAddresses: 64:ff9b::5396:f484 83.150.244.132
nslookup 1000mercis.comServer: 127.0.0.1Address: 127.0.0.1#53Non-authoritative answer:Name: 1000mercis.comAddress: 83.150.244.132Name: 1000mercis.comAddress: 64:ff9b::5396:f484
unbound -d -vv -c unbound.conf
[1675862429] unbound[40886:0] debug: setup SSL certificates[1675862429] unbound[40886:0] debug: switching log to syslogCould not find platform independent libraries <prefix>Could not find platform dependent libraries <exec_prefix>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = 'unbound' isolated = 0 environment = 1 user site = 1 import site = 0 sys._base_executable = '' sys.base_prefix = '/usr/local' sys.base_exec_prefix = '/usr/local' sys.platlibdir = 'lib' sys.executable = '' sys.prefix = '/usr/local' sys.exec_prefix = '/usr/local' sys.path = [ '/usr/local/lib/python39.zip', '/usr/local/lib/python3.9', '/usr/local/lib/lib-dynload', ]Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encodingPython runtime state: core initializedModuleNotFoundError: No module named 'encodings'Current thread 0x0000000801412000 (most recent call first):<no Python frame>
2023-02-28T12:48:40-05:00 Notice unbound blocklist download done in 2.20 seconds (0 records) 2023-02-28T12:48:40-05:00 Notice unbound blocklist download https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/pro.blacklist.conf (lines: 486283 exclude: 486273 block: 0) 2023-02-28T12:48:38-05:00 Notice unbound blocklist download : exclude domains matching .*localhost$|^(?![a-zA-Z_\d]).*
Similar issue here. I'm not using any of the default lists, I use advanced mode with a single blocklist URL specified. No matter what I do, the size of the blocklist is always 0 now. This is with no whitelisting configured and return NXDOMAIN checked. Unbound blocklist feature does indeed appear to be broken now.Code: [Select]2023-02-28T12:48:40-05:00 Notice unbound blocklist download done in 2.20 seconds (0 records) 2023-02-28T12:48:40-05:00 Notice unbound blocklist download https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/pro.blacklist.conf (lines: 486283 exclude: 486273 block: 0) 2023-02-28T12:48:38-05:00 Notice unbound blocklist download : exclude domains matching .*localhost$|^(?![a-zA-Z_\d]).*
Hi I also encounter problems with native unbound Lists ending with .conf… Why does the unbound implementation within opnsense seem to be different vs. the standalone cli version? Is it really broken?