[tor-bugs] #7013 [Tor]: Allow specifying the bind address of managed proxies

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Oct 2 17:15:20 UTC 2012


#7013: Allow specifying the bind address of managed proxies
----------------------------+-----------------------------------------------
 Reporter:  asn             |          Owner:     
     Type:  task            |         Status:  new
 Priority:  normal          |      Milestone:     
Component:  Tor             |        Version:     
 Keywords:  tor-bridge, pt  |         Parent:     
   Points:                  |   Actualpoints:     
----------------------------+-----------------------------------------------

Comment(by asn):

 Replying to [comment:1 arma]:
 > I'd go with ListenAddress rather than BindAddr, to go with the pattern
 we picked for Socks, Control, etc.
 >
 > As for 'a' or 'b', the question is: if you have multiple server
 transport plugins, will they all want to use the same values for
 ListenAddress, StateDirectory, etc? My guess would be no. That means we
 either stick it all in the servertransportplugin line, or we do another
 LINELIST_V hack (with associated config.c headaches). Or we do some other
 smart trick.

 Indeed. Sticking them all in the `ServerTransportPlugin` will be ugly.

 I was thinking of something like this:
 {{{
 ServerTransportPlugin obfs2,obfs3,stegotorus exec /usr/bin/obfsproxy
 --managed
 ServerTransportListenAddr obfs2 0.0.0.0:4200
 ServerTransportListenAddr stegotorus 98.23.4.45:6559
 }}}

 I'm also into smart tricks if someone has one.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7013#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list