Skip to content

Commit

Permalink
Fix IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolev Farhi committed May 31, 2024
1 parent c28ab53 commit 856036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


p_web_01() {
if ! sudo docker exec -it p-web-01 bash -c "iptables -I INPUT -s 10.0.1.0/24 -m comment --comment \"Block Network\" -j DROP"; then
if ! sudo docker exec -it p-web-01 bash -c "iptables -I INPUT -s 10.1.0.0/24 -m comment --comment \"Block Network\" -j DROP"; then
return 1
fi

Expand Down

0 comments on commit 856036d

Please sign in to comment.