Skip to content

Commit

Permalink
Default to accept policy for IPv6 forward chain (#14633)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugclerk authored Oct 9, 2024
1 parent 9c85ca9 commit e7bc85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Service]
ExecStartPost=/bin/sh -c "iptables -P FORWARD ACCEPT"
ExecStartPost=/bin/sh -c "iptables -P FORWARD ACCEPT && ip6tables -P FORWARD ACCEPT"

0 comments on commit e7bc85c

Please sign in to comment.