From 98f94e996bdde49c5bf2cbed7529ca2c1057249b Mon Sep 17 00:00:00 2001 From: Eliezer Croitoru Date: Tue, 13 Jul 2021 23:18:23 +0300 Subject: [PATCH] 8 --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06276bb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Example of a crontab job + +```*/10 * * * * wget -q https://raw.githubusercontent.com/elico/cp-tls-inspection-application-update-cron/master/cron-example-with-diff-dstdom.sh -O /storage/cron-example-with-diff-dstdom.sh >/dev/null 2>&1 && md5sum /storage/cron-example-with-diff-dstdom.sh |grep "^777a78148e3d1b60410ef140eaa68b79 " && bash /storage/cron-example-with-diff-dstdom.sh test https://gist.githubusercontent.com/elico/249034a199d17ce52524f47fad49964f/raw/bdd95d87232f8173185acc14540d58bfb2c9ff79/010-GeneralTLSInspectionBypass.dstdom >/dev/null 2>&1```