mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Restore the proxy name to proxy_host.
This commit is contained in:
parent
a94705c1e9
commit
e2f210823e
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ public class Main {
|
||||||
}
|
}
|
||||||
|
|
||||||
private Proxy getProxy() {
|
private Proxy getProxy() {
|
||||||
String httpProxy = System.getenv("httpProxy");
|
String httpProxy = System.getenv("http_proxy");
|
||||||
try {
|
try {
|
||||||
String host = httpProxy == null || httpProxy.indexOf(':') == -1
|
String host = httpProxy == null || httpProxy.indexOf(':') == -1
|
||||||
? "localhost"
|
? "localhost"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue