Article 6JD2D SOCKSPolicy in Tor

SOCKSPolicy in Tor

by
Jason.nix
from LinuxQuestions.org on (#6JD2D)
Hello,
I have some questions about the SOCKSPolicy in Tor:
1- Does the following policy mean that only IP address in the range of 192.168.0.0/16 can use Tor and the rest can't?
Code:SOCKSPolicy accept 192.168.0.0/162- Are the following commands correct?
Code:SOCKSPolicy accept 192.168.0.1, accept 192.168.0.2
SOCKSPolicy accept 192.168.0.3
SOCKSPolicy reject *3- In the example below, can the IP address 192.168.0.3 be connected to Tor?
Code:SOCKSPolicy accept 192.168.0.1, accept 192.168.0.2, reject *
SOCKSPolicy accept 192.168.0.3Thanks.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments