-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtorrc
More file actions
33 lines (26 loc) · 719 Bytes
/
Copy pathtorrc
File metadata and controls
33 lines (26 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Tor configuration for native Kali Linux installation
# DNS resolution through Tor network
# SOCKS proxy settings
SocksPort 9050
SocksPolicy accept 127.0.0.1
SocksPolicy accept 192.168.0.0/16
SocksPolicy reject *
# DNS settings - route DNS through Tor
DNSPort 9053
DNSListenAddress 127.0.0.1
AutomapHostsOnResolve 1
AutomapHostsSuffixes .exit,.onion
# Logging (Kali default paths)
Log notice file /var/log/tor/notices.log
# Security settings
SafeLogging 1
WarnUnsafeSocks 0
# Performance settings
MaxCircuitDirtiness 600
NewCircuitPeriod 30
MaxOnionsPending 96
MaxClientCircuitsPending 32
# Exit policy - allow all outbound connections
ExitPolicy accept *:*
# Disable client features we don't need
ClientOnly 1