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 a2a1a09 commit e27a6ee
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"
target: "172.20.31.230"
destination: 10.0.1.1:80
target: 172.20.31.230:80
associated_rule: pass
state: present

0 comments on commit e27a6ee

Please sign in to comment.