Waterfall icon indicating copy to clipboard operation
Waterfall copied to clipboard

Add config with http request proxy

Open lintx opened this issue 2 years ago • 2 comments

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.

lintx avatar Jan 04 '24 15:01 lintx

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

MiniDigger avatar Jan 04 '24 22:01 MiniDigger

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.

lintx avatar Jan 04 '24 23:01 lintx