tor: fix default configuration file
This commit is contained in:
parent
afd7c5a490
commit
b46c7ac5c7
|
@ -48,6 +48,8 @@ Log notice syslog
|
|||
## see the FAQ entry if you want Tor to run as an NT service.
|
||||
#RunAsDaemon 1
|
||||
|
||||
User tor
|
||||
|
||||
## 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 /var/lib/tor
|
||||
|
@ -233,4 +235,3 @@ DataDirectory /var/lib/tor
|
|||
## The %include option can be used recursively.
|
||||
#%include /etc/torrc.d/
|
||||
#%include /etc/torrc.custom
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tor'
|
||||
pkgname=tor
|
||||
version=0.3.4.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libevent-devel libseccomp-devel zlib-devel"
|
||||
depends="ca-certificates torsocks"
|
||||
|
|
Loading…
Reference in New Issue