From 1322a3e706254dea9178d412b39a325f27277b9e Mon Sep 17 00:00:00 2001 From: AntiTree Date: Sat, 9 Jul 2016 19:45:27 -0400 Subject: [PATCH] adding util scripts directory with readme --- util/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 util/README.md diff --git a/util/README.md b/util/README.md new file mode 100644 index 0000000..8555671 --- /dev/null +++ b/util/README.md @@ -0,0 +1,12 @@ +## Utils + +This folder contains various scripts to let you perform +functions on your tor instance. Many of these are from the +[Stem Website](https://stem.torproject.org) which has +additional documentation on functions you can perform. + +Other examples: + +Use tor-prompt to interact with a docker process: + +```tor-prompt -i 172.16.0.3:9051``