Skip to content

Commit

Permalink
Merge pull request #86 from infoengine1337/hotfix/20220710-fixtorrc
Browse files Browse the repository at this point in the history
fix torrc
  • Loading branch information
infoengine1337 authored Jul 10, 2022
2 parents 594dff5 + fbe2285 commit bd0458f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/obscuring/airootfs.any/etc/tor/torrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ ControlPort 9051
# onion-grater changes.
ControlSocket /run/tor/control
CookieAuthentication 1
#CookieAuthFile /var/lib/tor/control.authcookie
#CookieAuthFile /run/tor/control.authcookie
CookieAuthFile /var/lib/tor/control.authcookie
2 changes: 1 addition & 1 deletion modules/obscuring/airootfs.any/usr/lib/onion-grater
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ import yaml
DEFAULT_LISTEN_ADDRESS = 'localhost'
DEFAULT_LISTEN_PORT = 9051
DEFAULT_COOKIE_PATH = '/var/lib/tor/control.authcookie'
DEFAULT_CONTROL_SOCKET_PATH = '/var/lib/tor/control'
DEFAULT_CONTROL_SOCKET_PATH = '/run/tor/control'


class NoRewriteMatch(RuntimeError):
Expand Down

0 comments on commit bd0458f

Please sign in to comment.