From 76b7db421cf122050ebeaccde44113df06b98e22 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 12 Aug 2018 15:18:26 -0500 Subject: [PATCH] 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. --- group_vars/dch-gw/dch-network.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/dch-gw/dch-network.yml b/group_vars/dch-gw/dch-network.yml index e40379c..02beffa 100644 --- a/group_vars/dch-gw/dch-network.yml +++ b/group_vars/dch-gw/dch-network.yml @@ -82,6 +82,9 @@ nat_port_forwards: - protocol: udp port: 16881-16999 destination: 172.31.0.5 +- protocol: tcp + port: 22000 + destination: 172.30.0.5 allow_incoming: