From 55035a1974b2d89632ded27e1dd21e5653576804 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 19:44:41 -0600 Subject: [PATCH] vault backup: 2023-10-01 19:44:41 --- IT/Deploying Syncthing.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 927fd4d..7eb22a0 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -2,9 +2,3 @@ https://docs.syncthing.net/intro/getting-started.html#getting-started Syncthing was installed with `sudo apt install syncthing` after all packages and lists were updated. -TCP port 8384 was allowed through the firewall with: -``` -iptables -I INPUT 1 -i enX0 -p tcp --dport 8384 -j ACCEPT -``` - -You can validate which ports are open with `iptables -L`