pick interface to use. #256
jeffsmith82
started this conversation in
Ideas
Replies: 1 comment
-
Can this be an issue rather than discussion? Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Its not uncommon to have to use a VPN when using this app so would it be possible to be able to add a menu that lets you pick which interface you want to use. QBitorrent is often recommended to people as it has this exact feature so you can tell your client to only ever use a specific interface so you never leak your IP address.
https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.interface I can see your using reqwest to make http requests in places. You can use a builder and specify the interface to use. Maybe an setting that lets you type the interface you want or something smarter like a drop down list would be nice.
Was looking at adding this myself but building open-tv from source currently just give me a blank tauri window.
There does not currently seem to be a way to ask mpv to use a specific interface (Please correct me if I'm wrong) but I was also going to ask there if they could add something like --interface that curl has https://everything.curl.dev/usingcurl/connections/interface.html so we could append to command line if set and force video streams to use the same interface.
Beta Was this translation helpful? Give feedback.
All reactions