Skip to content

Commit

Permalink
feat: added bypass comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Jan 10, 2025
1 parent 1b8880b commit 58817ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snort3/files/snort.init
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ update_bypass_set() {
else
echo -n "elements = {" > $set_file
for ip in $ips; do
echo -n " $ip," >> $set_file
echo -n "$(echo "$ip" | cut -d, -f1)," >> $set_file
done
echo " }" >> $set_file
fi
Expand Down

0 comments on commit 58817ea

Please sign in to comment.