mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-09 14:23:05 +02:00
Changing adblock from local to server
This commit is contained in:
parent
53755d57e3
commit
4f00eb3e55
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ then
|
|||
fi
|
||||
|
||||
#Sort the download/black lists
|
||||
awk '/^[^#]/ { print "local=/" $1 "/" }' "$TEMP" | sort -u > "$TEMP_SORTED"
|
||||
awk '/^[^#]/ { print "server=/" $1 "/" }' "$TEMP" | sort -u > "$TEMP_SORTED"
|
||||
|
||||
#Filter (if applicable)
|
||||
if [ -s "$DNSMASQ_WHITELIST" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue