From c94c4e843db778ebcbcbcdd805768b1a48e1ecd5 Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:48:10 -0300 Subject: [PATCH] fix: resolve "Job for tor.service failed" issue (#165) * fix: resolve "Job for tor.service failed" issue * fix: resolve "Job for tor.service failed" issue * fix: resolve "Job for tor.service failed" issue --- .configs/arch-torrc | 4 +++- .configs/fedora-torrc | 3 ++- .configs/opensuse-torrc | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.configs/arch-torrc b/.configs/arch-torrc index 3be1df0..118d695 100644 --- a/.configs/arch-torrc +++ b/.configs/arch-torrc @@ -1,4 +1,6 @@ RunAsDaemon 1 +SOCKSPort 0 +TransPort 9051 DNSPort 9061 -DNSListenAddress 127.0.0.1 \ No newline at end of file +DNSListenAddress 127.0.0.1 diff --git a/.configs/fedora-torrc b/.configs/fedora-torrc index 91568d8..0ac0d05 100644 --- a/.configs/fedora-torrc +++ b/.configs/fedora-torrc @@ -13,8 +13,9 @@ CookieAuthFile /var/run/tor/control.authcookie Log notice file /var/log/tor/log ClientOnly 1 +SOCKSPort 0 TransPort 9051 DNSPort 9061 VirtualAddrNetwork 10.66.0.0/255.255.0.0 -AutomapHostsOnResolve 1 \ No newline at end of file +AutomapHostsOnResolve 1 diff --git a/.configs/opensuse-torrc b/.configs/opensuse-torrc index 4f5535d..f862454 100644 --- a/.configs/opensuse-torrc +++ b/.configs/opensuse-torrc @@ -13,6 +13,7 @@ CookieAuthFile /var/run/tor/control.authcookie Log notice file /var/log/tor/log ClientOnly 1 +SOCKSPort 0 TransPort 9051 DNSPort 9061