Merge pull request #1309 from licvido/fix-duplicate-comment
fix: remove duplicate comment
This commit is contained in:
commit
931543f95f
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ echo "Host network detected as: $HOST_NETWORK"
|
|||
iptables -A INPUT -s "$HOST_NETWORK" -j ACCEPT
|
||||
iptables -A OUTPUT -d "$HOST_NETWORK" -j ACCEPT
|
||||
|
||||
# Set default policies to DROP first
|
||||
# Set default policies to DROP first
|
||||
iptables -P INPUT DROP
|
||||
iptables -P FORWARD DROP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue