Skip to content

Commit

Permalink
Update block.sh
Browse files Browse the repository at this point in the history
Needs a bit more time to avoid locking
  • Loading branch information
iloveitaly authored Dec 23, 2024
1 parent e254d30 commit abe9fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ blockDomains=$(<./blocklist)

for domain in ${blockDomains[@]}; do
pihole --wild $domain --comment "blocked by cron"
sleep 1
sleep 3
done

0 comments on commit abe9fa8

Please sign in to comment.