mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 23:20:56 +00:00
Merge branch 'promoTweaksTheSecond' into EnableOrDisable
This commit is contained in:
commit
9427b1e594
@ -99,6 +99,8 @@ RemoveDomain(){
|
||||
fi
|
||||
else
|
||||
echo "$1" | sed 's/\./\\./g' | xargs -I {} perl -i -ne'print unless /'{}'(?!.)/;' ${whitelist}
|
||||
#reload gravity to pickup any entries this may have removed
|
||||
pihole -g
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user