vsftpd: Add port 20 to firewall rules
This commit is contained in:
parent
9cc0f071de
commit
01f8ccd84e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@
|
||||||
localRoot = "/var/lib/vsftpd";
|
localRoot = "/var/lib/vsftpd";
|
||||||
};
|
};
|
||||||
|
|
||||||
config.networking.firewall.allowedTCPPorts = [ 21 ];
|
config.networking.firewall.allowedTCPPorts = [ 20 21 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue