Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Linux support via UNIX socket proxy #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oskirby
Copy link
Collaborator

@oskirby oskirby commented Oct 25, 2024

This is a companion PR to mozilla-mobile/mozilla-vpn-client#9952 that implements Linux support by connecting to the SOCKS proxy as a systemd service. Basically all we do here is check if the platform is linux and set the bypass proxy to {type: "socks", host: "file:/var/run/mozillavpn.proxy", port: 1234} The port number here isn't used, but it seems to be required in order to be parsed as a valid proxy.

Copy link
Member

@lesleyjanenorton lesleyjanenorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Naomi! We've missed you here! R+ from me but let's let Basti have a gander before we merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants