Skip to content

adhere proxy #4

@joshhighet

Description

@joshhighet

EXTERNAL_PROXY_HOST destination should be assumed Arti once joshhighet/torsocc#1 is done

/home/toruser/tor-browser/Browser/start-tor-browser \
--new-window "$BROWSER_URL" ${REMOTE_DEBUG_FLAG:+$REMOTE_DEBUG_FLAG} &

currently ext proxy gets defined through userjs overrides;

PROXY_CONFIG=$(cat <<EOF
user_pref("network.proxy.type", 1);
user_pref("network.proxy.socks", "$EXTERNAL_PROXY_HOST");
user_pref("network.proxy.socks_port", $EXTERNAL_PROXY_PORT);
user_pref("network.proxy.socks_remote_dns", true);
user_pref("extensions.torlauncher.start_tor", false);
user_pref("extensions.torbutton.use_nontor_proxy", true);
EOF

simplify approach to use TOR_SOCKS_HOST & TOR_SOCKS_PORT with start-tor-browser launcher - ref TorLauncherUtil.sys.mjs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions