]> git.treefish.org Git - fex.git/blobdiff - lib/fex.ph
Original release 20160919
[fex.git] / lib / fex.ph
index c69943d31ecf87fb977140e6d35062c55278e8b9..d1596e248c2c7962cc0373d967405b9cc531d6de 100644 (file)
@@ -85,6 +85,10 @@ $keep_max = 99;
 ##     NO      ==> keep until expiration date (see $keep)
 $autodelete = 'YES';
 
+## purge: purge files after that number of days after their deletion
+##        (purge deletes file meta-information)
+$purge = '3*$keep';
+
 ## if the file has been already downloaded then subsequentials
 ## downloads are only allowed from the same client (uses cookies)
 ## to prevent unwanted file sharing
@@ -137,6 +141,13 @@ $mail_authid = 'YES';
 ## optional: forbidden ip addresses for CGIs
 # @forbidden_hosts = qw(64.124.0.0-64.125.255.255);
 
+# forbidden user agents (sucking "download manager", etc)
+@forbidden_user_agents = qw(
+  FDM
+  Download.Master
+  Java/[\d\.]+
+);
+
 ## optional: restrict upload to these IP ranges
 # @upload_hosts = qw(127.0.0.1 ::1 10.10.100.0-10.10.200.255 129.69.1.129);