Waujito / youtubeUnblock

Bypasses Deep Packet Inspection (DPI) systems thay rely on SNI
GNU General Public License v3.0
640 stars 41 forks source link

[OpenWrt] Is it safe to use `/etc/rc.local` for autostart? #73

Closed proninyaroslav closed 1 week ago

proninyaroslav commented 3 weeks ago

The documentation mentions that forcing the daemon into autostart using initd is not recommended, as it can block the router (due to a possible bug in the package). It may be safe to set a delay for app execution in the /etc/rc.local (for example, 2-3 minutes after launch)? During this time, you can successfully connect via ssh.

Waujito commented 3 weeks ago

I should probaby delete that line. As long as you use only forward hook you are safe. If you pass it to output chain, here is a tiny chance that if you got a bug, you may lose access to your router. In that case a simple configuration reset will help.