vsftpd: Add port 20 to firewall rules

This commit is contained in:
Alexander Kobjolke 2024-12-17 02:09:52 +01:00
parent 9cc0f071de
commit 01f8ccd84e

View file

@ -12,5 +12,5 @@
localRoot = "/var/lib/vsftpd";
};
config.networking.firewall.allowedTCPPorts = [ 21 ];
config.networking.firewall.allowedTCPPorts = [ 20 21 ];
}