Moritz Warning

Results 436 comments of Moritz Warning

Sure, we can use `/etc/resolv.conf` on Debian instead of `/etc/nsswitch.conf` if it is possible.

Hi, that is what we do on OpenWrt already. If it works, then I would definitely prefer this. Do you like to create an MR?

hm, dnsmasq does not seem to use /etc/dnsmasq.d by default in OpenWrt

I agree that 127.0.0.1 is the slightly better choice.

Fyi, this is the equivalent code for the Freifunk Meshviewer: https://github.com/freifunk/meshviewer/blob/1d27d3960e27f0f7da1d33d389bdbaeebb3e6308/lib/utils/helper.ts#L189 They use the numbers in node.clients_wifi24 and node.clients_wifi5. Maybe we should do the same here. Then the next step...

The missing version in the link is actually an oversight that was fixed. But I understand that it might be behavior against the norm/expectation. I will fix it if does...

Will be fixed here: https://github.com/openwrt/firmware-selector-openwrt-org/pull/81

Merged, will be in the next release.

A missing version in the link is undefined behavior. I like to keep selector simple and not added any logic behind it.

I had the same idea actually and added it in 4.0.0 (https://github.com/openwrt/firmware-selector-openwrt-org/blob/master/CHANGELOG.md?plain=1#L40) But the translation layer code (collect.py) was removed in favor of simplicity and reducing local state. That makes...