Signed-off-by

This is my commit message

Signed-off-by: Gusher123 <t.siebeling@gmail.com>
pull/2347/head
Gusher123 6 years ago committed by GitHub
parent f3aee056ad
commit 2feb5f22cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,7 +243,7 @@ gravity_DownloadBlocklistFromUrl() {
fi;;
esac
if [[ "${blocked}" = true ]]; then
if [[ "${blocked}" == true ]]; then
ip=$(dig "@${CONDITIONAL_FORWARDING_IP}" +short "${domain}")
if [[ $(echo "${url}" | awk -F '://' '{print $1}') = "https" ]]; then
port=443;

Loading…
Cancel
Save