[tor-talk] specify exit for only one website?

Nick Mathewson nickm at alum.mit.edu
Sun Jul 24 19:28:05 UTC 2011


On Sun, Jul 24, 2011 at 12:29 PM, cmeclax-sazri
<cmeclax-sazri at ixazon.dynip.com> wrote:
> Is it possible to specify in Privoxy or Polipo that a particular website will
> be accessed through an exit in a particular country, while all other websites
> will be accessed through a randomly chosen exit anywhere?
>

In Tor, this would be done with the MapAddress configuration option.
If you want to have all example.com traffic go to exampleexit, whose
fingerprint is 12345678901234567890 you could say:

MapAddress example.com example.com.exampleexit.exit

or

MapAddress example.com example.com.12345678901234567890.exit

If we can get ticket #933 merged during the 0.2.3.x timeframe, you'd
be able to do wildcards here too, something like:

MapAddress *.example.com *.example.com.12345678901234567890.exit


More information about the tor-talk mailing list