Results 2858 comments of MichaIng

Does anyone know a reason why we would not want to follow symlinks? It also was a bit inconsistent before: - With given prefix/subdir, symlinks were ignored, also symlinks to...

You could btw raise `list_media_timeout` in `/etc/motioneye/motioneye.conf` and check how long it actually takes, so we get an idea how much is missing, and how much the change at least...

Uff crazy. Would be interesting to compare to the old script/function, but with this amount of data the duration can vary a lot, also based on Linux page cache. #3219...

What a coincidence that I just talked with @StephanStS about this question. In theory both should work concurrently if the Pi-hole DHCP server is configured to listen on and bind...

Comparing your dnsmasq config and Joulinar's: ``` dhcp-option=option:router,192.168.1.1 ``` vs ``` dhcp-option=wlan0,option:router,192.168.42.1 ``` There are sadly no clear per-interface blocks, but probably adding the interface name to this setting allows...

> Not sure if it would make sense to check with PiHole devs if they could add the interface specification by default 😉 AFAIK, there are other interface-dependant settings anyway,...

> On my test, I was able to see Hotspot DHCP clients listed within PiHole DHCP overview 🤣 But is it a problem? Pi-hole is also used by the WiFi...

@hipi66 Did you test whether the DHCP server for WiFi does actually work with this setup? Because, from the man page: > This statement causes the DHCP server to listen...

Above it however seems to have worked without binding `dhcpd` to an address 🤔: https://github.com/MichaIng/DietPi/issues/6485#issuecomment-1637135151 Guess I need to test myself and check `ss -tulpn` output about how exactly it...

Oh you are right, I just saw that `/etc/dhcpcd.conf` edit, and was already wondering about the `interface` option, but that one is `dhcpcd`, not `dhcpd`, which was not even explicitly...