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

Add config with http request proxy #839

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lintx
Copy link

@lintx lintx commented Jan 4, 2024

Add settings to use the optional proxy option when the server requests the mojang server. In some areas, the mojang website is often unable to be accessed. This is necessary.

@MiniDigger
Copy link
Member

why would the software need to support this? have you tried just setting the proxy via system props?
java -Dhttp.proxyHost=yourproxy.com -Dhttp.proxyPort=8080 -jar waterfall.jar

@lintx
Copy link
Author

lintx commented Jan 4, 2024

why would the software need to support this? have you tried just setting the proxy via system props? java -Dhttp.proxyHost=yourproxy.com -Dhttp.proxyPort=8080 -jar waterfall.jar

BungeeCord uses netty as the http request library, and netty does not support setting the proxy using jvm parameters.

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