mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 14:18:15 +00:00
Remove wildcard entry when adding the very same domain either the white- or blacklist
This commit is contained in:
parent
051f463350
commit
cf31561267
@ -84,6 +84,7 @@ PoplistFile() {
|
||||
if ${addmode}; then
|
||||
AddDomain "${dom}" "${listMain}"
|
||||
RemoveDomain "${dom}" "${listAlt}"
|
||||
RemoveDomain "${dom}" "${wildcardlist}"
|
||||
else
|
||||
RemoveDomain "${dom}" "${listMain}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user