Skip to content

Commit

Permalink
Update host.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FusionPlmH authored Feb 20, 2025
1 parent 0d83e35 commit 5d5a016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ process_list() {
}

# Run allowlist and blocklist processing concurrently
process_list "allowlist" "allow" & process_list "blocklist" "block" & wait
process_list "allowlist" "allow"
process_list "blocklist" "block"
wait

# Check format
echo "Validating domain format..."
Expand Down

0 comments on commit 5d5a016

Please sign in to comment.