It is blocked because the standards say that it should be blocked by default. And in Turris there’s probably not a good way of inserting those names at this point.
As I am now able to use kresd, I set up my local Unbound as upstream resolver for kresd. So I do not need kresd to prefetch records. How to properly disable prefetching? Is cache.prefetch = false correct?
Haven’t read the whole thread but wanted to let you know what caused my Omnia go high on dhcp_host_domain_ng.py:
It was as simple as two Access Points (APs) that I had to reset after a electrical issue in the house and for some reason, they didn’t get their static IP assigned from the Omnia anymore. Instead I had to assign them another static IP and I thought I’d just do that through their management interface, instead of though LUCI.
The script exploded and caused my network to freeze on some devices. After removing the static IP assignment for the two APs in Turris (and a restart, to make sure) - everything is fine again.
So check if you have different IPs assigned on the client and the router - might lead to overload, especially if it’s an AP I guess…
I don’t know if it’s related, but an AP shouldn’t assign any addresses. That’s router’s job. The DHCP protocol should just pass through the AP, with clients using it to get addresses from the router. (and the AP might also use DHCP to get an address from the router)
No, the AP doesn’t assign addresses, that’s not what I mean.
The router runs the DHCP, each AP has an IP, and to make them somewhat manageable, I assigned static IPs to each AP.
When the electricity went off this Tuesday, I restarted everything, but my APs didn’t want to work with the controller anymore. I reset them and adopted them to the controller. In the same run I gave them static IPs in the controller software and forgot that I already had static IPs on the router. Those IPs didn’t match and the APs didn’t catch the right static IP from the router either…
That caused the script to go wild…
Example:
AP1 on device: 192.168.1.5
AP1 on router: 192.168.1.3
Might be the case for other people here as well.
I removed the static IP on the router for now and the load is back at 0,x
Are you sure that the address range assigned dynamically by the DHCP does not contain these static addresses? I’m not confident that the DHCP server is smart enough…
The issue is rather that the device demands 192.168.1.5 and the router wants to assign 192.168.1.3 while the device (AP) already got the 192.168.1.5 for some reason…
The DHCP doesn’t have to be smart for that, it’s just repeating to try to assign the “right” IP I guess…
Anyway, problem got solved that way and if anyone experiences the same it’s worth checking if all static IPs are actually correctly assigned.