From 9367107a52d8b7f3a26d11812420b938e5471616 Mon Sep 17 00:00:00 2001 From: Paul Wako Date: Sun, 27 Dec 2020 04:22:18 -0500 Subject: [PATCH] tor for arch --- ansible/README.md | 3 +++ ansible/files/torrc | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ansible/README.md b/ansible/README.md index b3873a2..95e2f76 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -17,5 +17,8 @@ Assumes: - Remote: - joe/pew users have been created +- Laptop/etc: + - Manually configure tor + - TODO: - fix for network-online.target debian 10 bug diff --git a/ansible/files/torrc b/ansible/files/torrc index df7e1fc..5566dc5 100644 --- a/ansible/files/torrc +++ b/ansible/files/torrc @@ -50,7 +50,7 @@ ## The directory for keeping all the keys/etc. By default, we store ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows. -#DataDirectory @LOCALSTATEDIR@/lib/tor +DataDirectory /var/lib/tor ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. @@ -252,3 +252,7 @@ HiddenServiceDir /var/lib/tor/ssh/ HiddenServicePort 22 127.0.0.1:22 HiddenServicePort 37121 127.0.0.1:22 + +# ARCHLINUX +#RunAsDaemon 0 +#User tor