1 2 3 4 5 6 7 8
#!/bin/bash # # Script to start tor # TOR=$(which tor) $TOR --allow-missing-torrc --ignore-missing-torrc \ --clientonly 1 --socksport 9050 --controlport 127.0.0.1:9051 \ --log "warn stdout" --clientuseipv6 1