mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ship tor-control.py in the tarball
svn:r2713
This commit is contained in:
parent
8c7b2ff7ed
commit
10ddf2b47f
@ -1,9 +1,9 @@
|
||||
confdir = $(sysconfdir)/tor
|
||||
|
||||
EXTRA_DIST = tor-tsocks.conf torify.1
|
||||
EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py
|
||||
|
||||
conf_DATA = tor-tsocks.conf
|
||||
|
||||
bin_SCRIPTS = torify
|
||||
bin_SCRIPTS = torify tor-control.py
|
||||
|
||||
man_MANS = torify.1
|
||||
|
@ -10,7 +10,7 @@ MSG_TYPE_GETCONF = 0x0003
|
||||
MSG_TYPE_AUTH = 0x0007
|
||||
|
||||
def parseHostAndPort(h):
|
||||
host, port = "localhost", 9050
|
||||
host, port = "localhost", 9051
|
||||
if ":" in h:
|
||||
i = h.index(":")
|
||||
host = h[:i]
|
||||
|
Loading…
Reference in New Issue
Block a user