Skip to content

Commit b39abee

Browse files
authored
Create routercron.md
1 parent fffe5f3 commit b39abee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

routercron.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)