diff --git a/salt-pillar/upstream/upstream1.sls b/salt-pillar/upstream/upstream1.sls index 3280a78..9d45d19 100644 --- a/salt-pillar/upstream/upstream1.sls +++ b/salt-pillar/upstream/upstream1.sls @@ -3,3 +3,12 @@ upstream: nat66-interface: 6to4 up-bandwidth: 52500 flows: 2048 + +port-forwarding: + - proto: tcp + port: 80 + to: 172.22.99.27:80 + - proto: tcp + port: 443 + to: 172.22.99.27:443 +