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

[FEAT.] : Follow system proxy setting #702

Open
GoldJohnKing opened this issue Dec 17, 2024 · 1 comment
Open

[FEAT.] : Follow system proxy setting #702

GoldJohnKing opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@GoldJohnKing
Copy link

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

@GoldJohnKing GoldJohnKing added the enhancement New feature or request label Dec 17, 2024
@GoldJohnKing
Copy link
Author

Hi, I dig a bit.

BSManager uses got as its request handler, which is supported by global-agent.

os-proxy-config could be useful for getting system proxy settings.

However, I am really not familiar with NodeJS, or I could implement that myself... 🥹

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

No branches or pull requests

2 participants