-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add SOCKS5 proxy support #365
Comments
That is just a local address, you must be connected to Mullvad already, as you said. The extension isn't VPN-friendly and I personally wouldn't add any sort of SOCKS/HTTPS proxy support as it will cause confusion to most users that don't even know what an HTTP proxy is. Using a VPN on top of the extension is just pointless, and will cause issues. We do not support, nor recommend it. There's also no easy way to differentiate a proxy by its type. SOCKS's default port is 1080, and I don't know of any proxy provider that will even give you that port by default. |
I haven't observed any issues with running the extension behind a VPN, using the program mentioned above to translate the SOCKS proxy to a HTTP one, with the built-in public proxy as a fallback for when my translator fails. Addresses could simply be prefixed with |
It does cause issues with authentication or the proxy outright not working at all. Observed that already from NordVPN users. Even if they're not connected but just have the app in the background. We use the following syntax for authentication: |
Regardless of the VPN issues you have observed, parsing the protocol would be the only addition to your syntax, as |
Regardless of how it's implemented, we do not support, nor recommend using a VPN on top of TTV LOL PRO. I cannot find any use case for SOCKS/HTTPS support. Mullvad is the only one I know that provides SOCKS proxies, but you must be connected to the Wireguard tunnel, which is kinda xD. NordVPN only supports those in certain locations (which none of them are ad-free), Proton explicitly doesn't. Windscribe creates a local HTTP/SOCKS5 tunnel, which is kinda the same as the app you mentioned. Surfshark explicitly doesn't. Some of these might support HTTPS, but I don't really want people being tricked into installing certificates into their PCs and having all of their data MITMd. And even if they support it, it's quite tricky to get the info and authentication details. |
Is your feature request related to a problem? Please describe.
As a Mullvad user, I can set SOCKS5 proxy addresses (e.g.
ee-tll-wg-socks5-001.relays.mullvad.net:1080
for Estonia) to divert specified traffic to a different output server while connected to any of their WireGuard servers. I can't use these addresses with TTV LOL PRO as it only supports HTTP proxies.Describe the solution you'd like
The ability to use SOCKS5 proxies with TTV LOL PRO natively.
Describe alternatives you've considered
Using socks-to-http-proxy in order to convert the proxy locally, however this is rather janky as it requires restarts on network condition changes.
Additional context
![](https://private-user-images.githubusercontent.com/22241432/409260099-4a3d3424-5df6-4c00-9478-463c0671504e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3Mzg3MDksIm5iZiI6MTczODczODQwOSwicGF0aCI6Ii8yMjI0MTQzMi80MDkyNjAwOTktNGEzZDM0MjQtNWRmNi00YzAwLTk0NzgtNDYzYzA2NzE1MDRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDA2NTMyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1YzBmOGZkOTc0ZDJiZGVmNjlkZGEyOWQ0YTgzMzczMzhiYjhkMWQyNjEwZjY4ZTFmMzM1ZWU3OWY1MWI5MDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PafUhPKeqT9ehB-v4JlDNxdBUEwyQXt1B-MhPQwiq4M)
The list of proxy addresses for available to Mullvad users can be seen here after filtering to WireGuard servers only, then expanding server details:
Thanks,
pointy
The text was updated successfully, but these errors were encountered: