From dd682ab65acc6774863f94b5ac4305d5c4a7c4a2 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 19:35:38 -0600 Subject: [PATCH] vault backup: 2023-10-01 19:35:38 --- IT/Deploying Syncthing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 8bc9be4..5de3032 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -1,2 +1,8 @@ -# Prereqs +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. + +Port 8384 was allowed through the firewall with: +``` +iptables -I INPUT 1 -i eth0 -p tcp --dport 8080 -j ACCEPT +```