Skip to content

Commit

Permalink
Fix phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed Apr 24, 2024
1 parent f3f1b6b commit 88d019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vps-firehol.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ do
echo $NAME >> $LOG
FILE="/home/user/firehol/$NAME"
curl -s -k $URL > $FILE
# The following sed removes LAN ranges from the lists, you might block yourself if you remove it
# The following sed removes LAN ranges from the lists otherwise you might block yourself
sed -i -e 's#10.0.0.0/8##' -e 's#172.16.0.0/12##' -e 's#192.168.0.0/16##' -e 's#127.0.0.0/8##' $FILE
COUNT=$(/usr/bin/iprange -C $FILE)
COUNT=${COUNT/*,/}
Expand Down

0 comments on commit 88d019c

Please sign in to comment.