Re: Ubuntu 18.04, unboud 1.6.7 and python module

2020-08-13 Thread Christian Kelinski via Unbound-users
Hi Wouter, thanks for your suggestions which I implemented! I was able to get the script running with a self compiled Ubuntu 1.6.7 (the version used by Ubuntu 18.04) without any problems (with qstate.qinfo.qname_str) so I think the problem is with the Ubuntu 18.04 package. The python-unbound p

Re: Ubuntu 18.04, unboud 1.6.7 and python module

2020-08-05 Thread Wouter Wijngaards via Unbound-users
Hi Christian, If I try this with the latest version from the code repository, I can make it work just fine. I guess it would also work with unbound 1.11.0. It turns out to work just fine with qname_str=qstate.qinfo.qname_str Also the qnamelisttostr can work with ".".join. The python_script varia

Ubuntu 18.04, unboud 1.6.7 and python module

2020-08-05 Thread Christian Kelinski via Unbound-users
Hi, we have a unbound python modul up and running which resolves Hostnames like ip-1-2-3-4.some.domain to 1.2.3.4. Currently our environment is Ubuntu 16.04 and unbound 1.5.8. Since Ubuntu 16.04 is EOL in some months I want to update our Servers to Ubuntu 18.04. But the module is not working a