upstream1: fix forwarding

This commit is contained in:
Astro 2020-05-22 19:16:08 +02:00
parent f3b2ef9c95
commit bef90e6473
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ upstream:
port-forwarding:
- proto: tcp
port: 80
to: 172.22.73.45:80
to: 172.20.73.45:80
- proto: tcp
port: 443
to: 172.22.73.45:443
to: 172.20.73.45:443
- proto: udp
port: 2325
to: 172.22.99.253