tor-router/env.sh

5 lines
152 B
Bash
Raw Normal View History

2015-07-06 14:21:09 +00:00
export TOR_INSTANCES=${TOR_INSTANCES:=5}
export TOR_PORT=${TOR_PORT:=9050}
export INSTANCE_PREFIX="tor-"
export IP_ADDRESS=$1
export CONTROL_PORT_DIR=$2