mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-21 14:55:40 +01:00
Fix domains with specials characters
This commit is contained in:
parent
bc7db86c70
commit
b9392988fb
5
maza
5
maza
@ -113,9 +113,8 @@ update() {
|
||||
custom-sed -i.bak '/^$/d' "$CONFIG$LIST"
|
||||
# Make dnsmasq format
|
||||
cp "$CONFIG$LIST" "$CONFIG$LIST_DNSMASQ"
|
||||
## doubleclick.net to address=/doubleclick.net/127.0.0.1
|
||||
custom-sed -i.bak "s/^/address=\//g" "$CONFIG$LIST_DNSMASQ"
|
||||
custom-sed -i.bak "s/$/\/127.0.0.1/g" "$CONFIG$LIST_DNSMASQ"
|
||||
## doubleclick.net to address="/doubleclick.net/127.0.0.1"
|
||||
custom-sed -i.bak 's/\(.*\)/address="\/\1\/127.0.0.1"/' "$CONFIG$LIST_DNSMASQ"
|
||||
## Add start tag DNS list in first line
|
||||
custom-sed -i.bak "1i\\$AUTHOR" "$CONFIG$LIST"
|
||||
custom-sed -i.bak "1i\\$PROJECT" "$CONFIG$LIST"
|
||||
|
Loading…
Reference in New Issue
Block a user