From 5a352313189e92edc317757ac5c195d476cf5abc Mon Sep 17 00:00:00 2001 From: Viyurz Date: Tue, 8 Oct 2024 10:58:16 +0200 Subject: [PATCH] [syncthing] Change TCP port to 9100 from 18880 --- pyenv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyenv.yml b/pyenv.yml index 2c0deb8..c5c0fa0 100644 --- a/pyenv.yml +++ b/pyenv.yml @@ -73,7 +73,7 @@ ports: syncthing_discosrv: 8443 syncthing_relaysrv: 143 # Public port, forwarded to 22067 by nftables syncthing_webui: 8384 - syncthing_tcp: 18880 + syncthing_tcp: 9100 syncthing_udp: 22000 uptime_kuma: 3001 vaultwarden: 8081