Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
loictlpk committed Aug 1, 2023
1 parent e70a4bf commit 46063a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/firewall/natForwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
interface: LANB
protocol: tcp
source: any
destination: 10.0.1.1:80
target: 172.20.31.230:80
destination: "10.0.1.1"
target: "172.20.31.230"
associated_rule: pass
state: present

0 comments on commit 46063a3

Please sign in to comment.