this post was submitted on 30 Sep 2024
3 points (100.0% liked)

Tor - The Onion Router

55 readers
15 users here now

Tips, tricks and information about the Tor network!

Tor Project

founded 4 years ago
MODERATORS
 

Hi,
in etc/tor/torrc (the tor config file) we can read the following

## Entry policies to allow/deny SOCKS requests based on IP address.
## First entry that matches wins. If no SocksPolicy is set, we accept
## all (and only) requests that reach a SocksPort. Untrusted users who
## can access your SocksPort may be able to learn about the connections
## you make.
#SocksPolicy accept 192.168.0.0/16
#SocksPolicy reject *\

I don't understand, is this for the TOR network to query the local daemon ? or is it for LAN node to use the local TOR daemon ?

Thanks

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 1 day ago (1 children)

its to control access from your lan socks clients to the Tor daemon.

[โ€“] [email protected] 2 points 1 day ago

๐Ÿ‘ Thanks again @[email protected]