Signed-off-by
This is my commit message Signed-off-by: Gusher123 <t.siebeling@gmail.com>
This commit is contained in:
@ -243,7 +243,7 @@ gravity_DownloadBlocklistFromUrl() {
|
|||||||
fi;;
|
fi;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [[ "${blocked}" = true ]]; then
|
if [[ "${blocked}" == true ]]; then
|
||||||
ip=$(dig "@${CONDITIONAL_FORWARDING_IP}" +short "${domain}")
|
ip=$(dig "@${CONDITIONAL_FORWARDING_IP}" +short "${domain}")
|
||||||
if [[ $(echo "${url}" | awk -F '://' '{print $1}') = "https" ]]; then
|
if [[ $(echo "${url}" | awk -F '://' '{print $1}') = "https" ]]; then
|
||||||
port=443;
|
port=443;
|
||||||
|
Reference in New Issue
Block a user