adyanth / openwrt-tailscale-enabler

Brings Tailscale to low powered OpenWRT devices
MIT License
1.05k stars 161 forks source link

Persistence #50

Open varac opened 1 week ago

varac commented 1 week ago

I wonder how it could be achieved to have openwrt-tailscale-enabler configured persistent across firmware updates. Correct me if I'm wrong, but right now, after upgrading the firmware, openwrt-tailscale-enabler would need to get re-installed manually, right ? Edit: ~As well for reboots, since /tmp is a RAM fs ?~ From the README.md, openwrt-tailscale-enabler survives a reboot.

adyanth commented 1 week ago

Under System > Backup/Flash > Configuration, you can manually add files to be backed up. I am not sure about how it handles upgrades, although I would assume /etc/ is saved. If so, that should be plenty.