Danijel Tudek

Results 4 comments of Danijel Tudek

I had the same problem, and I solved it by patching hidapi. In `open_device function`, set `DWORD desired_access` to `NULL` instead of `(enumerate)? 0: (GENERIC_WRITE | GENERIC_READ);`.

@rgacogne What would be the correct approach to fixing this problem? When we use PowerDNS as authoritative server, we have this situation: - we can't filter the responses to the...

@rgacogne Any news on this? I'm fine with parsing the records myself (as long as that means parsing it in a function in Lua in the config file, instead of...

I can confirm that this feature works as intended. In case someone needs it, here's my script that blocks responses with RFC 1918 addresses (IPv6 behavior not thoroughly tested, included...