joelverhagen / TorSharp

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
MIT License
328 stars 62 forks source link

External connections to Privoxy #29

Closed b1tc0re closed 5 years ago

b1tc0re commented 5 years ago

Hello, I had the task to launch several torus networks and connect to them via an external un IP address. But there is no such possibility because you have specified listen-address 127.0.0.1 in the Privoxy settings.

PS Sorry for my English.

joelverhagen commented 5 years ago

This is released as version 1.8.5: https://www.nuget.org/packages/Knapcode.TorSharp/1.8.5

Thanks for your contribution!