We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
Could you make BSManager use system proxy on Windows?
In my region (China Mainland), I cannot connect to BeatSaver without a proxy.
BSManager currently does not follow system proxy settings, which means all online features (such as one-click map install) is not functional. 🥹
Follow system settings by default, or provide an option to let user choose if using system proxy.
Currently, I can force a global proxy to make BSManager work.
However, global proxy must capture all network traffic, which reduces overall network performance.
This causes severe stutters in streaming applications such as SteamLink or VirtualDesktop.
That means, I cannot use BSManager and SteamLink at the same time.
Windows
No response
The text was updated successfully, but these errors were encountered:
Hi, I dig a bit.
BSManager uses got as its request handler, which is supported by global-agent.
got
global-agent
os-proxy-config could be useful for getting system proxy settings.
os-proxy-config
However, I am really not familiar with NodeJS, or I could implement that myself... 🥹
Sorry, something went wrong.
Zagrios
No branches or pull requests
Problem
Could you make BSManager use system proxy on Windows?
In my region (China Mainland), I cannot connect to BeatSaver without a proxy.
BSManager currently does not follow system proxy settings, which means all online features (such as one-click map install) is not functional. 🥹
Solution
Follow system settings by default, or provide an option to let user choose if using system proxy.
Alternative Solution
Currently, I can force a global proxy to make BSManager work.
However, global proxy must capture all network traffic, which reduces overall network performance.
This causes severe stutters in streaming applications such as SteamLink or VirtualDesktop.
That means, I cannot use BSManager and SteamLink at the same time.
Operating System
Windows
Additional Context
No response
The text was updated successfully, but these errors were encountered: