summaryrefslogtreecommitdiff
path: root/net-misc/onioncircuits/files
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-02-20 22:10:28 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-02-20 22:10:28 +0300
commitc789c8034360bd88e3fe0ef4a9765ca9515c0977 (patch)
treef0724dcc7e4eabb7c39ade13c22ea4bf2770e5f9 /net-misc/onioncircuits/files
parent9bd1113bc9afea8874df7d4336e952421a26a6b6 (diff)
onioncircuits-scm from youbroketheinternet repo
Diffstat (limited to 'net-misc/onioncircuits/files')
-rw-r--r--net-misc/onioncircuits/files/README.controlport15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/onioncircuits/files/README.controlport b/net-misc/onioncircuits/files/README.controlport
new file mode 100644
index 0000000..8180eb2
--- /dev/null
+++ b/net-misc/onioncircuits/files/README.controlport
@@ -0,0 +1,15 @@
+From d5ab13100c4ff7815b3c2e6d838d79cc5c4c0918 Mon Sep 17 00:00:00 2001
+From: anonym <anonym@riseup.net>
+Date: Thu, 12 May 2016 12:31:34 +0200
+Subject: Allow specifying how to control Tor, via env vars.
+
+* TOR_CONTROL_SOCKET is a path to the control socket file.
+
+* TOR_CONTROL_ADDRESS is the IPv4 address and TOR_CONTROL_PORT is the
+ port of the control *port*. If only one of these are specified, a
+ sane default will be picked for the other.
+
+By default sane defaults are set for all three of these, so this is
+only a mechanism to override them for non-standard configurations.
+
+Both the socket file and port will be tried, in that order.