Florian Hofer
Florian Hofer
@cron2 Yes, I agree - it's a security issue and OpenVPN doesn't really decide what's supported and what is not. However, OpenVPN is responsible for configuration and setup. I can...
@schwabe So you say if I leave out the `comp-lzo yes` option and the server pushes it, it should generate a warning? Anyway, the package containing the no LZO yes...
Hi @schwabe Thanks for the feedback. So, I poked a bit around the different OpenWRT packages and found a comment sirt of hidden in the client configuration example provided with...
Hi, yes it seems working now. just checked the official api
Hi, you can simply change the startup order by changing the priority in `/etc/rc.d/` I, for example, set it to 45, before uhttpd at 50. `mv S99dockerd S45dockerd` Now it...
Hi @JKSTAFF > I also changed dockerd start priority in /etc/init.d What do you mean by that? Don't confuse `init.d` with `rc.d`. The latter sets the order and contains only...
@Loafter @JKSTAFF, so it looks like if you have many containers to run at the start, the daemon is not responsive right away. In my case, it works as I...