|
Lines 75-91
Link Here
|
| 75 |
# |
75 |
# |
| 76 |
# The default compiled in settings are fairly paranoid. This sample file |
76 |
# The default compiled in settings are fairly paranoid. This sample file |
| 77 |
# loosens things up a bit, to make the ftp daemon more usable. |
77 |
# loosens things up a bit, to make the ftp daemon more usable. |
| 78 |
@@ -8,6 +8,10 @@ |
|
|
| 79 |
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's |
| 80 |
# capabilities. |
| 81 |
# |
| 82 |
+# Listen on IPv4. xinet users must set NO or comment out |
| 83 |
+# otherwise it must be set YES |
| 84 |
+listen=YES |
| 85 |
+# |
| 86 |
# Allow anonymous FTP? (Beware - allowed by default if you comment this out). |
| 87 |
anonymous_enable=YES |
| 88 |
# |
| 89 |
@@ -87,14 +91,14 @@ |
78 |
@@ -87,14 +91,14 @@ |
| 90 |
# useful for combatting certain DoS attacks. |
79 |
# useful for combatting certain DoS attacks. |
| 91 |
#deny_email_enable=YES |
80 |
#deny_email_enable=YES |