tor for arch

master
Paul Wako 2020-12-27 04:22:18 -05:00
parent e8c9875d9f
commit 9367107a52
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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