tor-router/env.sh
2015-07-06 10:21:09 -04:00

5 lines
152 B
Bash
Executable file

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