diff --git a/zapret/dwc.sh b/zapret/dwc.sh index 65195d8..23c809a 100644 --- a/zapret/dwc.sh +++ b/zapret/dwc.sh @@ -81,7 +81,7 @@ while IFS='|' read -r TAG PROVIDER TIMES URL; do DST_IP="$( ping -c1 "$DOMAIN" 2>/dev/null | sed -n '1s/.*(\([0-9.]*\)).*/\1/p')" fi curl -k $URL --resolve $DOMAIN:443:$DST_IP -o /dev/null -s -w '%{size_download}\n' --max-time $CURL_TIMEOUT --range 0-$CURL_RANGETO - ) >"$ZAP_TMP_DIR/$ID3.$TAG.txt" 2>&1 & + ) >"$ZAP_TMP_DIR/$ID3=$TAG=$PROVIDER.txt" 2>&1 & done <