From 5279e32e3e72771978fecf151498c4b1bd05dc7b Mon Sep 17 00:00:00 2001 From: David Fifield Date: Mon, 18 Jan 2016 23:03:42 -0800 Subject: [PATCH] Remove the default -http option from server/torrc. We'll ask people to insert it manually if they want to test that way. --- server/torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/torrc b/server/torrc index db54242..44b5964 100644 --- a/server/torrc +++ b/server/torrc @@ -5,4 +5,4 @@ SocksPort 0 ExitPolicy reject *:* DataDirectory datadir -ServerTransportPlugin snowflake exec ./server -http 127.0.0.1:8080 +ServerTransportPlugin snowflake exec ./server