Changes between Initial Version and Version 1 of Ticket #23941
- Timestamp:
- Mar 5, 2010, 3:03:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23941
- Property Owner changed from macports-tickets@… to darren.bane@…
- Property Port tsocks added
-
Ticket #23941 – Description
initial v1 1 1 tsocks segmentation faults when I don't specify a default server in tsocks.conf. If I set the default server as 129.39.109.202, I can 'tsocks ssh user@150.60.198.12', otherwise it just seg faults without any debug message, and for some reason it never uses the path stanza, so I can't connect to multiple proxies. 2 2 3 {{{ 3 4 cat tsocks.conf 4 5 local = 192.168.1.0/255.255.255.0 … … 11 12 server_port = 1080 12 13 } 13 14 }}}