SYNOPSIS

       isproxy [ -dqQ ] [ -p port ] [ -f file-path ]
           [ -c config-file ] [ -l log-file ] [ -v log-level ]
           [ --randomseedfile=randomseed-file ] [ --nodefile=node-file ]
           [ --listenfile=listen-file ] [ --ignoreemptyrandom ]

       isproxy -h

       isproxy -C

       isproxy -K keylength

       isproxy --randomdialog

       isproxy --kill

       isproxy --version


DESCRIPTION

       isproxy is the proxy for IIP (Invisible IRC Project). IIP is Internet
       Relay Chat privacy software designed for anonymity and security. It
       acts as an advanced proxy between your IRC client and servers by uti-
       lizing an encrypted peer distributed mixnet with fake traffic and
       3-layered (user, relay, and broadcast) protection.


OPTIONS

       -d  Don't detach.

       -q, --quiet
           Don't display some messages at startup.

       -Q, --quietconsole
           Don't output any logs to the console.

       -p, --port=port
           Bind to this local port.

       -f, --filepath=file-path
           File path to search for files. Default path is ~/.iip/

       -c, --configfile=config-file
           Specify an alternative config-file to be parsed at startup, rather
           than the default one (~/.iip/isproxy.ini).

       -l, --logfile=log-file
           Specify an alternative log-file rather than the default one
           (~/.iip/iip.log).

       -v, --loglevel=log-level
           Set the verbosity of the logfile. (1-errors, 2-normal, 3-minor,
           4-debug, 5-memory, 6-traffic, 7-'spam', 8-keys).


           THIS IS A SECURITY RISK: Don't do it unless you really need to.

       -h, -H, -?, --help
           Display a short usage description, including all available options.

       -C  Start the configurator.

       -K keylength
           Generate a key-pair of keylength and exit. Valid keylengths are
           1024, 1536, 2048, 3072, 4096, 6144 and 8192.

       -R, --randomdialog
           Run the entropy gathering dialog at startup.

       --kill
           Send SIGTERM to all running instances of isproxy.

       --version
           Show version information.


FILES

       ~/.iip/isproxy.ini
           The configuration file, will be generated by -C.

       ~/.iip/iip.log
           Log file.

       ~/.iip/seed.rnd
           Entropy pool, will be generated on first startup.

       ~/.iip/node.ref
           The list of public nodes to connect to.

       ~/.iip/listen.ref
           Ports to bind to, will be generated by -C.


AUTHOR

       Invisible IRC Project team <iip@invisiblenet.net>


BUGS

       Please report any bugs you find on the Sourceforge project page:
       http://www.sourceforge.net/projects/invisibleip/


COPYRIGHT

       Copyright (C) 2001-2003 Invisible IRC Project team

       isproxy is free software; you can redistribute it and/or modify it
       under the terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2, or (at your option) any
       later version.


3rd Berkeley Distribution            1.1.0                          ISPROXY(1)

Man(1) output converted with man2html