Remove ftp firewall code
This commit is contained in:
parent
e8ad16a7e6
commit
4e921bfee2
1 changed files with 0 additions and 13 deletions
|
@ -4,17 +4,4 @@
|
||||||
writeEnable = true;
|
writeEnable = true;
|
||||||
localUsers = true;
|
localUsers = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.firewall.allowedTCPPorts = [21];
|
|
||||||
# services.vsftpd.extraConfig = ''
|
|
||||||
# pasv_enable=Yes
|
|
||||||
# pasv_min_port=51000
|
|
||||||
# pasv_max_port=51999
|
|
||||||
# '';
|
|
||||||
# networking.firewall.allowedTCPPortRanges = [
|
|
||||||
# {
|
|
||||||
# from = 51000;
|
|
||||||
# to = 51999;
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue