feat(syncthing): setup syncthing
This commit is contained in:
parent
9767e8e0e4
commit
b6f76847a3
4 changed files with 20 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 80 443 21 25 465 587 143 993 995 110 ];
|
||||
allowedUDPPorts = [ 22 80 443 25 465 587 143 993 995 110 ];
|
||||
allowedTCPPorts = [ 22 80 443 21 25 465 587 143 993 995 110 22000 ];
|
||||
allowedUDPPorts = [ 22 80 443 25 465 587 143 993 995 110 22000 ];
|
||||
allowedTCPPortRanges = [
|
||||
# vsftpd passive
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue