You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 throughrotating-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?The text was updated successfully, but these errors were encountered: