vault backup: 2023-10-01 19:37:37
This commit is contained in:
parent
123384fa16
commit
40fce3346f
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user