This commit is contained in:
Eric Nemchik
2020-10-05 13:06:38 -05:00
parent 69f8a2efb7
commit 769363f408
10 changed files with 73 additions and 68 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
# ubuntu
exec /usr/sbin/cron -f -L 1
fi
if [ -f /sbin/apk ]; then
# alpine
exec /usr/sbin/crond -f -S -l 5
fi
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
sshuttle --dns --remote root@${HOST}:${PORT} 0/0 -x 172.17.0.0/16