[tor-commits] [snowflake/master] Remove the default -http option from server/torrc.

dcf at torproject.org dcf at torproject.org
Tue Jan 19 07:28:24 UTC 2016


commit 5279e32e3e72771978fecf151498c4b1bd05dc7b
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Jan 18 23:03:42 2016 -0800

    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





More information about the tor-commits mailing list