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.
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.