mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Signed-off-by
This is my commit message Signed-off-by: Gusher123 <t.siebeling@gmail.com>
This commit is contained in:
parent
f3aee056ad
commit
2feb5f22cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue