dch-network: Forward syncthing port to file0
*file0.pyrocufflink.blue* hosts syncthing. Forwarding the transport is not strictly required, as syncthing can use relays to encapsulate traffic in HTTPS, but allowing direct access improves performance.jenkins-master
parent
0b972da789
commit
76b7db421c
|
@ -82,6 +82,9 @@ nat_port_forwards:
|
||||||
- protocol: udp
|
- protocol: udp
|
||||||
port: 16881-16999
|
port: 16881-16999
|
||||||
destination: 172.31.0.5
|
destination: 172.31.0.5
|
||||||
|
- protocol: tcp
|
||||||
|
port: 22000
|
||||||
|
destination: 172.30.0.5
|
||||||
|
|
||||||
|
|
||||||
allow_incoming:
|
allow_incoming:
|
||||||
|
|
Loading…
Reference in New Issue