From a902070d0da74c870a025a3f993cfff2e088ca6b Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 22 Feb 2018 02:15:48 +0000 Subject: [PATCH] remove /etc/tor/torrc In Whonix 14 we torrc.d so /etc/tor/torrc is no longer a good example. --- customization/bind-dirs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/customization/bind-dirs.md b/customization/bind-dirs.md index b3d1475b..7dbdca99 100644 --- a/customization/bind-dirs.md +++ b/customization/bind-dirs.md @@ -39,7 +39,6 @@ Inside your TemplateBasedVM. 3. Edit the file 50_user.conf to append a folder or file name to the `binds` variable. (In the following example we are using folder `/var/lib/tor`. You can replace that name with a folder or file name of your choice.) binds+=( '/var/lib/tor' ) - binds+=( '/etc/tor/torrc' ) Multiple entries are possible, each on a separate line.