We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffe5f3 commit b39abeeCopy full SHA for b39abee
routercron.md
@@ -0,0 +1,5 @@
1
+```bash
2
+*/5 * * * * ssh -N -R 8080:localhost:8888 -i /etc/dropbear/dropbear_rsa_host_key [email protected] -o ExitOnForwardFailure=yes >/dev/null 2>&1
3
+59 3 * * * killall ssh >/dev/null 2>&1; killall tinyproxy >/dev/null 2>&1
4
+*/5 * * * * /root/tinyproxy.sh -c /root/tinyproxy.conf >/dev/null 2>&1
5
+```
0 commit comments