Skip to content

Commit ad40dec

Browse files
committed
blog: fix bug in old policy post
1 parent c11b848 commit ad40dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2020-09-30-policy-objects-filtering-container-and-vm-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ We can also use a policy to forward ports from the host to the container.
125125
```
126126
# firewall-cmd --permanent --new-policy fwdPortsPodman
127127
# firewall-cmd --permanent --policy fwdPortsPodman --add-ingress-zone ANY
128-
# firewall-cmd --permanent --policy fwdPortsPodman --add-egress-zone ANY
128+
# firewall-cmd --permanent --policy fwdPortsPodman --add-egress-zone HOST
129129
```
130130

131131
Now add the forward ports.

0 commit comments

Comments
 (0)