add public-proxy to serv

This commit is contained in:
Astro 2020-05-22 19:04:33 +02:00
parent 61c9958495
commit f3b2ef9c95
2 changed files with 3 additions and 2 deletions

View File

@ -182,6 +182,7 @@ hosts-inet:
used26: 172.20.73.40 used26: 172.20.73.40
grafana: 172.20.73.43 grafana: 172.20.73.43
kibana: 172.20.73.44 kibana: 172.20.73.44
public-proxy: 172.22.73.45
priv1: priv1:
priv1-gw: 172.20.74.1 priv1-gw: 172.20.74.1

View File

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