vault backup: 2023-10-01 19:37:37

This commit is contained in:
zleyyij 2023-10-01 19:37:37 -06:00
parent 123384fa16
commit 40fce3346f

View File

@ -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: 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` You can validate which ports are open with `iptables -L`