Changes between Initial Version and Version 1 of Ticket #517, comment 62
- Timestamp:
- 2015-12-14T20:05:33Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #517, comment 62
initial v1 2 2 i've now gotten my socks client foolscap transport plugin to work with my tahoe dev branch using these configuration settings: 3 3 4 ``` 4 {{{ 5 5 [connections] 6 6 tor.socks_host = 127.0.0.1 … … 8 8 tcp.socks_host = 127.0.0.1 9 9 tcp.socks_port = 9050 10 ``` 10 }}} 11 11 12 12 this is my dev branch: