Table of Contents

Snapshot

"%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1"
rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/librecmc-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin'
DEL /Q "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"

Disable LuCI SSL

"%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" "root"@"192.168.1.1"
uci set 'uhttpd.main.redirect_https'='0' && uci commit 'uhttpd' && service 'uhttpd' reload && sync

Settings

Scheduled Reboot

# Restart 3:00 AM
0 3 * * * sleep '70' && touch '/etc/banner' && reboot

Firewall