4

In torrc, using AllowDotExit and MapAddress I can specify only one exit node for "mysite.com". For example with:

AllowDotExit 1

MapAddress mysite.com mysite.com.mynode.exit

With ExitNodes and StrictNodes I specify ten exit nodes but for all sites. For example with:

StrictNodes 1

ExitNodes mynode1, mynode2, ... mynode10


I want to arrange that for "mysite.com", Tor uses only the ten exit nodes that I specify in torrc but allow other sites to use all exit nodes.

How can I this?

CrimsonDark
  • 774
  • 2
  • 5
  • 23
Mark
  • 41
  • 1

1 Answers1

2

It's not implemented in original Tor as far as I know. The only way to achive this functionality is using the Stem-controlled circuit built by hand.

cacahuatl
  • 11,047
  • 2
  • 17
  • 39
Alexey Vesnin
  • 6,385
  • 3
  • 15
  • 36