From 40fce3346f2902d269d11bb879602172d660a6c3 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 19:37:37 -0600 Subject: [PATCH] vault backup: 2023-10-01 19:37:37 --- IT/Deploying Syncthing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index aed8595..927fd4d 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -4,7 +4,7 @@ Syncthing was installed with `sudo apt install syncthing` after all packages and TCP port 8384 was allowed through the firewall with: ``` -iptables -I INPUT 1 -i enX0 -p tcp --dport 8080 -j ACCEPT +iptables -I INPUT 1 -i enX0 -p tcp --dport 8384 -j ACCEPT ``` You can validate which ports are open with `iptables -L`