diff options
author | heqnx <root@heqnx.com> | 2025-05-24 15:03:05 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-24 15:03:05 +0300 |
commit | fe8725f518d9a9ca0e47c1638605a98bdb72140c (patch) | |
tree | 7eeb8faf0f661a2c5b2cbfe4eee56fbe4d674ff2 /attackbox/templates/torrc.j2 | |
parent | 356adb1e7924274a25c3b1ec48cc2a6d07f56cc4 (diff) | |
download | ansible-playbooks-fe8725f518d9a9ca0e47c1638605a98bdb72140c.tar.gz ansible-playbooks-fe8725f518d9a9ca0e47c1638605a98bdb72140c.zip |
added tor installer
Diffstat (limited to 'attackbox/templates/torrc.j2')
-rw-r--r-- | attackbox/templates/torrc.j2 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/attackbox/templates/torrc.j2 b/attackbox/templates/torrc.j2 new file mode 100644 index 0000000..b12f93c --- /dev/null +++ b/attackbox/templates/torrc.j2 @@ -0,0 +1,30 @@ +Log notice file /var/log/tor/notices.log +Log info file /var/log/tor/info.log +Log warn file /var/log/tor/warn.log +SafeLogging 1 + +RunAsDaemon 1 + +DataDirectory /var/lib/tor + +UseEntryGuards 1 + +ExitRelay 0 + +ExcludeNodes {us},{gb},{ca},{nz},{au},{dk},{fr},{nl},{no},{de},{be},{it},{es},{se},{cn},{ru},{ir} +StrictNodes 1 + +SOCKSPort 127.0.0.1:9050 + +DNSPort 127.0.0.1:5353 +TransPort 9040 +VirtualAddrNetworkIPv4 10.192.0.0/10 +AutomapHostsOnResolve 1 + +HardwareAccel 1 +Sandbox 1 +NoExec 1 +KeepAlivePeriod 60 +ClientRejectInternalAddresses 1 +NewCircuitPeriod 30 +MaxCircuitDirtiness 600 |