mattes / rotating-proxy

Rotating TOR proxy with Docker
The Unlicense
1.13k stars 256 forks source link

Same exit node all the time? #11

Closed 0xgeert closed 8 years ago

0xgeert commented 8 years ago

Perhaps I'm reading this wrong but doing lsof -a -p <pid> shows me a bunch of TCP filedescriptors my node program uses, while routing through rotating-proxy. These all read as follows:

TCP 192.168.178.16:<var>->sandiego.ar01.host28.scalematrix.net:http (ESTABLISHED)

Shouldn't sandiego.ar01.host28.scalematrix.net always be changing, or isn't this the exit node?

0xgeert commented 8 years ago

solved