From 20026d9348c4b24570c51b2e9437e356c273f64e Mon Sep 17 00:00:00 2001 From: elicro Date: Thu, 11 Mar 2021 21:28:18 +0200 Subject: [PATCH] Update 'cron-example-with-diff.sh' --- cron-example-with-diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-example-with-diff.sh b/cron-example-with-diff.sh index 2dc199b..716cfdd 100755 --- a/cron-example-with-diff.sh +++ b/cron-example-with-diff.sh @@ -7,7 +7,7 @@ REGEX_FLAG_ENABLED="0" APP_NAME="$1" -URL="http://f-gogs.ngtech.home/NgTech-Home/tls-bypass-lists/raw/master/010-GeneralTLSInspectionBypass" +URL="https://gist.githubusercontent.com/elico/249034a199d17ce52524f47fad49964f/raw/94d4c90614a9eddfb5d0b8c01f3d636ddb3909da/010-GeneralTLSInspectionBypass" if [ -z "${APP_NAME}" ];then echo "Missing App Name"