summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/krebs/etc
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-26 01:40:51 +0100
committermakefu <github@syntax-fehler.de>2014-03-26 01:40:51 +0100
commit9d47cd69809bd54e2cfc939936532114e74766c5 (patch)
tree1c88faf2e740e923cfb1632bb59fbaef0a5cc004 /filehooker/root-image/krebs/etc
parent49c538988bf1fb6d898866efb339c2b95e1a2920 (diff)
filehooker: add vsftp daemon
Diffstat (limited to 'filehooker/root-image/krebs/etc')
-rw-r--r--filehooker/root-image/krebs/etc/vsftpd.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/filehooker/root-image/krebs/etc/vsftpd.conf b/filehooker/root-image/krebs/etc/vsftpd.conf
new file mode 100644
index 00000000..d7fbcd3c
--- /dev/null
+++ b/filehooker/root-image/krebs/etc/vsftpd.conf
@@ -0,0 +1,12 @@
+anonymous_enable=YES
+dirmessage_enable=YES
+xferlog_enable=YES
+connect_from_port_20=YES
+ftpd_banner=Welcome to Filehooker share, use dc++ if you can
+listen=YES
+no_anon_password=YES
+anon_root=/media
+max_per_ip=2
+max_clients=20
+local_max_rate=1000000
+seccomp_sandbox=NO