Felix Stupp
Felix Stupp
> See #669 for other good points, @Zocker1999NET what do you think of my point above, moving the actual binaries/python files to somewhere that's not `/lib/security`? @boltgolt `/lib/security` or `/lib`...
This might be an interesting idea but I think this is theoretically not possible in a really secure way. Currently, I see the problem that howdy will not be able...
same here, also with `interface 'wl_output' has no event 4`. this is quite sad as adding the arguments from above before worked and now suddenly stopped working (I thought that...
adding at least an additional hint might improve the current situation, as I was not aware of this default until I found this issue shortly before creating an own one,...
Does speak something against adding `--accept-routes=true` to the [linux download manual](https://tailscale.com/download/linux)? So first time users would "automatically" have the new default. A short description below could explain that: > Accepting...
Most of the time, I have two default routes, could that be an issue? ``` $ ip r default via 10.11.11.1 dev wlp4s0 proto dhcp src 10.11.11.66 metric 600 default...
I found that the bug was not affecting me today (so pings worked fine), executed `tailscale bugreport` (see below) and wanted to write that the bug probably was fixed by...
If interesting for any Android / microG dev, this page from the AOSP seems to describe to manufacturers how to implement an LPA: https://source.android.com/devices/tech/connect/esim-overview
I modified the script of @gurrgur to use the [pathlib](https://docs.python.org/3/library/pathlib.html) instead of [os](https://docs.python.org/3/library/os.html) package and let it change the PDF path to `myfile.pdf` if the xopp file was called `myfile.xopp`,...
> If you can add this into the unversioned docs so that it's included in the next release that would be helpful. +1 for spreading the word on security features...