Blocklist update 2025-08-11 21:44:30

This commit is contained in:
MillerUk
2025-08-11 21:44:30 +00:00
parent faf80b8f2f
commit 1b9a70e86c
2 changed files with 202254 additions and 5 deletions

202249
oisd.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
# Navigate to blocklist directory
cd /opt/data || { echo "Directory not found: ./data/blocklist/"; exit 1; }
cd /home/adguard-filter-list/ || { echo "Directory not found: ./data/blocklist/"; exit 1; }
# Download the oisd.txt file
oisd_url="https://big.oisd.nl"
@@ -20,7 +20,7 @@ else
echo "Successfully downloaded $oisd_file"
fi
cd /opt/adguard-filter-list
cd /opt/adguard-filter-list/
# Create compiled blocklist
time /usr/local/bin/hostlist-compiler -v -c hostlist-compiler-config.json -o blocklist
@@ -30,6 +30,6 @@ currentDate=`/bin/date '+%Y-%m-%d'`
currentTime=`/bin/date '+%H:%M:%S'`
# Push it to GitHub
#git add *
#git commit -m "Blocklist update ${currentDate} ${currentTime}"
#git push
git add *
git commit -m "Blocklist update ${currentDate} ${currentTime}"
git push