Skip to content

Version 0.8.3

Latest
Compare
Choose a tag to compare
@pledbrook pledbrook released this 28 Feb 19:00
· 13 commits to master since this release

You can now use Lazybones with an authenticating proxy. Simply add the following properties to your Lazybones configuration:

systemProp.http.proxyUser = "<username>"
systemProp.http.proxyPassword = "<password>"

in addition to http.proxyHost and http.proxyPort.