Merge pull request #6427 from grwlf/vsftpd-port

vsftpd.nix: add 'portPromiscuous' option

+5
+5
nixos/modules/services/networking/vsftpd.nix
··· 68 68 Only applies if <option>sslEnable</option> is true. Non anonymous (local) users 69 69 must use a secure SSL connection for sending/receiving data on data connection. 70 70 '') 71 + (yesNoOption "portPromiscuous" "port_promiscuous" false '' 72 + Set to YES if you want to disable the PORT security check that ensures that 73 + outgoing data connections can only connect to the client. Only enable if you 74 + know what you are doing! 75 + '') 71 76 (yesNoOption "ssl_tlsv1" "ssl_tlsv1" true '' '') 72 77 (yesNoOption "ssl_sslv2" "ssl_sslv2" false '' '') 73 78 (yesNoOption "ssl_sslv3" "ssl_sslv3" false '' '')