mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Implement Nitro Feature for macOS
This commit is contained in:
parent
d4c57ce28b
commit
ed94340d04
@ -59,7 +59,6 @@ public class NitroMacOS implements NitroOsFunctions {
|
|||||||
@Override
|
@Override
|
||||||
public boolean registerSystemProxy(String host, int port) {
|
public boolean registerSystemProxy(String host, int port) {
|
||||||
try {
|
try {
|
||||||
final String proxy = String.format("%s:%d", host, port);
|
|
||||||
final String[] ignoreHosts = PROXY_IGNORE.split(";");
|
final String[] ignoreHosts = PROXY_IGNORE.split(";");
|
||||||
|
|
||||||
// Enable proxy
|
// Enable proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user