Results 2858 comments of MichaIng

Strange, I have to play with the syntax as well then. So it's a general issue/question about how to enable LAN access to (non-root) services on a machine, when running...

You did this on the DietPi system where you run Deluge etc? That should explicitly break LAN connections since `AllowedIPs` defines which IP ranges to tunnel. So now the system...

> AllowedIPs = 0.0.0.0/0,::0/0,192.168.1.0/24 In this case, the added IP should have no effect, and what I stated above stays true: The first two entries mean that every request shall...

Interesting, but `ip rule` shows the rule ending with `lookup 51820`? I'm confused 😄. Although it would fit to the case that currently nothing is tunnelled by default, but only...

You are right. Let's focus on WireGuard here and have the other one for DietPi-VPN. While there are overlaps, the implementation differs.

Many thanks for your report. It uses the IP from `dietpi.txt`: https://github.com/MichaIng/DietPi/blob/747a37b/dietpi.txt#L180 Lol doubled post. We need to add this to network settings dialogs, probably an additional entry to change...

> You mean some special error handle for the connection/DNS check? Yes, generally G_EXEC allows this: https://github.com/MichaIng/DietPi/blob/d4dc959/dietpi/func/dietpi-globals#L931-L932 We just don't make use of it yet 😅. > Learned something new....

The planned change does not require any documentation change. It only makes the Kiosk mode as non-root user work in more cases without manual permission changes. But a tab about...

Thanks for the reminder, indeed important and one of the last forum docs hat have not been ported yet. I'll start with it in the evening.

Many thanks for your suggestions. Good points. It makes sense to make clear on each repository what it is for, and add that to our contribution page and/or the docs....