# /etc/default/anon-proxy

# the local port to listen on
# remember to set $HTTP_PROXY and $http_proxy accordingly
PORT="4001"

# list of cascades and/or mixes, seperated by semicolons
# see http://anon.inf.tu-dresden.de/status.php for a list
# 80.237.206.62:443; 80.237.206.62:6544; mix.inf.tu-dresden.de:6544;
# mix.inf.tu-dresden.de:443; mix.inf.tu-dresden.de:80;
# mix.inf.tu-dresden.de:22; 212.112.232.175:36544; 212.112.232.175:80;
# 212.112.232.175:443; 80.237.152.53:6544; 80.237.152.53: 443;
# 80.237.152.53:80; 217.10.13.163:6544; 141.76.1.123:16544;
# 141.76.1.123:80; 141.76.1.123:443;
CASCADE="212.112.232.175:36544"

# command-line options passed to proxytest
OPTIONS="-a -d -j -n $CASCADE -p $PORT"
