The Official Unofficial Zorp project
 
Overview| Examples| Bugs| FAQ | White papers | Download | Help wanted | SourceForge Project page | Filltable utility  
 
 
SourceForge.net: SF.net Project News: Zorp unofficial
  • zorp 2.0.9-6 has been released
  • iptables-utils zorp-unoff version has been released
  • New whitepaper, even more FAQs
  • Zorp whitepapers released, new FAQs
  • New tproxy versions
  • New Zorp version: get the DN
  • The best bughunter
  • Bughunting contest extended
  • Valentine day bughunting contest!
  • Site updates: FAQ, design
  • SourceForge.net: Project File Releases: Zorp unofficial
  • zorp 2.0.9-6 released (Mon, 01 Nov 2004 21:49:58 GMT)
  • zorp 2.0.9-6 released (Mon, 01 Nov 2004 21:40:56 GMT)
  • iptables-utils 1.21-1 released (Mon, 01 Nov 2004 21:19:42 GMT)
  • zorp 2.0.9-1 released (Sat, 12 Jun 2004 00:00:00 GMT)
  • zorplibll 2.0.26.24-1 released (Sat, 12 Jun 2004 00:00:00 GMT)
  • zorp zorp_2.0.8-1 released (Thu, 11 Dec 2003 00:00:00 GMT)
  • zorp zorp_2.0.7-2 released (Wed, 03 Dec 2003 00:00:00 GMT)
  • zorp zorp_2.0.7-1 released (Tue, 11 Nov 2003 00:00:00 GMT)
  • zorplibll zorplibll_2.0.26.23-1 released (Mon, 10 Nov 2003 00:00:00 GMT)
  • download
    
    #
    # This file is sourced by zorpctl and contains default settings
    # for various parameters.
    #
    # $Id: zorpctl.conf,v 1.1.4.2 2003/06/23 16:18:53 sasa Exp $
    #
    
    # specifies whether --auto-restart is default
    AUTO_RESTART=1
    
    # if zorp returns within this amount of time (specified as number of
    # seconds) it is taken as a bad restart
    AUTO_RESTART_TIME_THRESHOLD=60
    
    # when the number of bad restarts reaches this number, zorp will not
    # automatically be restarted again, and a log message is printed to the
    # system log
    AUTO_RESTART_MAX_COUNT=3
    
    # the value to be multiplied by the maximum number of threads to get the 
    # process limit value
    PROCESS_LIMIT_THRESHOLD=2
    
    # The minimal process limit
    PROCESS_LIMIT_MIN=256
    
    # the value to be multiplied by the maximum number of threads to get the
    # fd limit value
    FD_LIMIT_THRESHOLD=4
    
    # the minimal fd limit
    FD_LIMIT_MIN=1024
    
    # automatically append this string to each Zorp command line
    APPEND_ARGS=""
    
    # whether to check /etc/zorp permissions
    # the secure default value is "1"
    CHECK_PERMS="1"