mixmaster-update is a simple yet configurable script that downloads latest
remailer reliability statistics and keyrings for your mixmaster.
As having uptodate reliability statistics is imperative if you want to make use
of remailers it is recommended that you always update this data should it be
older that twelve or twentyfour hours and you intent to use mixmaster.
mixmaster-update has several built in stats sources. You can view the list
of stats sources with the --list-sources parameter.
If you want to make use of another stats source which is not listed in the output
of --list-sources you can do so by setting the location of mlist and others
in your configuration file.
OPTIONS
--verbose
Print verbose output to standard output. May be given more than once to increase verbosity.
--source=SOURCE
Use this built in stats source.
--configfile=FILE
Also parse the configuration file FILE.
--destination=DIRECTORY
Write output to DIRECTORY rather than the directory given in the config file
or ~/.Mix/.
--list-sources
List available stats sources.
--help
Print a brief help message and exit successfully.
--version
Print a version information and exit successfully.
FILES
/etc/mixmaster/update.conf
~/.Mix/update.conf
MIXMASTER_UPDATE_CONF environment
--configfile parameter
These files are parsed in this order. Later definitions overwrite older ones.
This config file defines proxy settings, where to write the results to and
which stats source to use
/etc/mixmaster/allpingers.txt
~/.Mix/allpingers.txt
MIXMASTER_ALLPINGERS environment
--allpingers parameter
These files are parsed in this order. Later definitions overwrite older ones.
The allpingers.txt is a list of all pingers.
FILEFORMAT
The update.conf configuration file for mixmaster-update is simple. Lines
with whitespace only are ignored as are lines that have the hash our pound
("#") sign as their first non whitespace character.
Lines are always truncated at the first hash our pound ("#") sign.
Lines are pairs of keys and values seperated by a convenient amount of
whitespace. The key is case insensitive.
Allowed keys:
source
Use the builtin stats source with this name
destination
Write the downloaded data to this directory rather than ~/.Mix
proxy
Set proxies for different protocols. The value is split into two parts:
protocol and proxy URL. They are seperated by whitespace.