initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

11
tor/tor.conf Normal file
View File

@@ -0,0 +1,11 @@
# Set the file limit
rc_ulimit="-n 30000"
# Configuration
rc_file="/etc/tor/torrc"
# Pid-file
pidfile="/var/run/tor/tor.pid"
# Start options as daemon
tor_opts="-f \"${rc_file}\" --hush --runasdaemon 1 --pidfile \"${pidfile}\""