This commit is contained in:
6
periodic/daily/280blocker
Executable file
6
periodic/daily/280blocker
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Updating 280blocker filter..."
|
||||
|
||||
FILTER_PATH="/var/www/html/_/280blocker.txt"
|
||||
curl -sL "https://280blocker.net/files/280blocker_adblock_$(date +"%Y%m").txt" -o "$FILTER_PATH"
|
Reference in New Issue
Block a user