From f81f29c2fdb3c9ed1142cab05434520d17d3601f Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 24 Apr 2020 18:56:31 +0200 Subject: [PATCH] upstream1: add dn42 tunnel port forwardings --- salt-pillar/upstream/upstream1.sls | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/salt-pillar/upstream/upstream1.sls b/salt-pillar/upstream/upstream1.sls index 9d45d19..2403fc2 100644 --- a/salt-pillar/upstream/upstream1.sls +++ b/salt-pillar/upstream/upstream1.sls @@ -11,4 +11,18 @@ port-forwarding: - proto: tcp port: 443 to: 172.22.99.27:443 - + - proto: udp + port: 2325 + to: 172.22.99.253 + - proto: udp + port: 2399 + to: 172.22.99.253 + - proto: udp + port: 2327 + to: 172.22.99.253 + - proto: udp + port: 2338 + to: 172.22.99.253 + - proto: udp + port: 40533 + to: 172.22.99.253