Skip to content

Commit 931543f

Browse files
authored
Merge pull request #1309 from licvido/fix-duplicate-comment
fix: remove duplicate comment
2 parents 437f92b + 6767546 commit 931543f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.devcontainer/init-firewall.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ echo "Host network detected as: $HOST_NETWORK"
8888
iptables -A INPUT -s "$HOST_NETWORK" -j ACCEPT
8989
iptables -A OUTPUT -d "$HOST_NETWORK" -j ACCEPT
9090

91-
# Set default policies to DROP first
9291
# Set default policies to DROP first
9392
iptables -P INPUT DROP
9493
iptables -P FORWARD DROP

0 commit comments

Comments
 (0)