tsocks on the mac
At work, we use socks proxies a lot. I'm hoping to run some unix-y apps on the mac, "soxified" (where the app does not know it is being sent via socks). Tonight I installed tsocks using the macports collection. This was my final working config (after beating my head on DNS being broken over and over):
local = 127.0.0.1/255.255.255.255
local = 192.168.1.0/255.255.255.0
server = 127.0.0.1
server_port = 1080
server_type = 5
tordns_enable = 0
tordns_enable had a crappy default; once I found and set it 0, things started to work over my socks tunnel on 127.0.0.1:1080. I can now run "tsocks alpine" to run my mail client, for example.

hi, I got a question please help.
when I use tsocks on mac it says:
sh: line 1: 3720 Trace/BPT trap git log -l -1 --pretty=format:%H 2> /dev/null
dyld: could not load inserted library: /lib/libtsocks.dylib
Error: Failure while executing: git checkout -q master
can you tell me how to fix that? thanks.