Óscar García Amor

Results 67 comments of Óscar García Amor

@dxmann you need a new interface for zerotier and a new zone for forwarding between zerotier and lan. /etc/config/network: ``` config interface 'ZeroTier' option ifname 'ztr4nq3plz' option proto 'none' ```...

So now you have everything configured correctly. You should be able to reach the 192.6.21.0/24 network from the zerotier network. If not you should look at the client (the device...

From what you say it seems that the problem is that your android client is not receiving correctly the route that tells him that to reach the network 192.6.21.0/24 must...

> Zerotier dev is under vpn zone and lan bridge under lan zone: should they are placed in the same zone in order to share packets? That is correct. You...

Maybe the problem is in 10.42.0.1 which does not allow masked connections. That's why I told you to connect something (a PC or similar) directly to the OpenWrt router to...

I think there should be an option similar to `embed_migrations!()` which now exists for databases. I try with [rust-embed](https://crates.io/crates/rust-embed) but is more complicated than `add_raw_template` and the problem is the...

Another option that would be interesting is to be able to configure the default option to be N. That way you could hit enter directly and only pass Y at...

Another possible option to address this is to add a `--minify` modifier to the build command.

> Isn't it easier to download the binary from the releases in CI? That is what I am currently doing. But if an _official image_ with shell is available you...

@meequrox EndeavourOS is not Arch Linux, it is a derivative of Arch Linux and does not behave the same. My advice is to try a [virtual image of Arch Linux](https://gitlab.archlinux.org/archlinux/arch-boxes/-/packages/)...