Go to file
Eliezer Croitoru b32df4b3ce 14
2021-07-14 16:19:20 +03:00
010-GeneralTLSInspectionBypass 1 2021-03-08 22:59:17 +02:00
010-GeneralTLSInspectionBypass.dstdom Update 010-GeneralTLSInspectionBypass.dstdom 2021-07-14 15:25:48 +03:00
convert-dstdom-to-regex-list.sh 6 2021-07-13 17:46:31 +03:00
cron-example-with-diff-dstdom.sh 11 2021-07-14 15:11:52 +03:00
cron-example-with-diff.sh Update 'cron-example-with-diff.sh' 2021-03-11 21:28:18 +02:00
cron-example.sh 3 2021-03-08 23:34:37 +02:00
dst-domain-url 7 2021-07-13 23:04:40 +03:00
gen-cron-line.sh 13 2021-07-14 16:17:50 +03:00
gen-update-script.sh 14 2021-07-14 16:19:20 +03:00
README.md 11 2021-07-14 15:11:52 +03:00

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 "^aaf096ee1b0b946f7be4d29186902bfb " && bash /storage/cron-example-with-diff-dstdom.sh NgTechBypassDstDomain https://gist.githubusercontent.com/elico/249034a199d17ce52524f47fad49964f/raw/bdd95d87232f8173185acc14540d58bfb2c9ff79/010-GeneralTLSInspectionBypass.dstdom >/dev/null 2>&1

Example of update bash script

#!/usr/bin/env bash
wget 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 && \
        md5sum /storage/cron-example-with-diff-dstdom.sh | grep "^aaf096ee1b0b946f7be4d29186902bfb " && \
        bash /storage/cron-example-with-diff-dstdom.sh NgTechBypassDstDomain https://gist.githubusercontent.com/elico/249034a199d17ce52524f47fad49964f/raw/bdd95d87232f8173185acc14540d58bfb2c9ff79/010-GeneralTLSInspectionBypass.dstdom