Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Dec 2022 19:04:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268245] [NEW PORT] www/tor browser - native port for FreeBSD
Message-ID:  <bug-268245-7788-yFXBfdRyy4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268245-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268245-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268245

Jesper Schmitz Mouridsen <jsm@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm@FreeBSD.org

--- Comment #1 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
These settings seems to give the browser a connected state


In about:config set the following:
extensions.torlauncher.prompt_at_startup        false=20=20=20
extensions.torlauncher.socks_port_flags IPv6Traffic PreferIPv6
KeepAliveIsolateSOCKSAuth=20=20=20=20=20=20=20=20
extensions.torlauncher.tor_path /usr/local/bin/tor=20=20=20=20=20=20
extensions.torlauncher.tordatadir_path=20
/usr/local/lib/firefox/TorBrowser/Tor/.data=20=20=20=20=20
extensions.torlauncher.torrc_fixup_version      2



mkdir -p /usr/local/lib/firefox/TorBrowser/Tor/ and your user should be abl=
e to
read and write to it
in /usr/local/lib/firefox/TorBrowser/Tor/ create torrc-defaults with the
following contents:
# torrc-defaults for Tor Browser
AvoidDiskWrites 1
# Where to send logging messages.  Format is minSeverity[-maxSeverity]
# (stderr|stdout|syslog|file FILENAME).
Log notice stdout
CookieAuthentication 1
DormantCanceledByStartup 1
ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec
/usr/local/bin/obfs4proxy
#EOF

start the browser with TOR_CONTROL_PASSWD=3D"`openssl rand --hex 30`"
/usr/local/lib/firefox/firefox  --class "Tor Browser" --name "Tor Browser"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268245-7788-yFXBfdRyy4>