[Bug 268245] [NEW PORT] www/tor browser - native port for FreeBSD

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 08 Dec 2022 19:04:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268245

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   
extensions.torlauncher.socks_port_flags IPv6Traffic PreferIPv6
KeepAliveIsolateSOCKSAuth        
extensions.torlauncher.tor_path /usr/local/bin/tor      
extensions.torlauncher.tordatadir_path 
/usr/local/lib/firefox/TorBrowser/Tor/.data     
extensions.torlauncher.torrc_fixup_version      2



mkdir -p /usr/local/lib/firefox/TorBrowser/Tor/ and your user should be able 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="`openssl rand --hex 30`"
/usr/local/lib/firefox/firefox  --class "Tor Browser" --name "Tor Browser"

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