Merge 1d0b69bc30
into aca51cc11c
This commit is contained in:
commit
f9afbd224c
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,10 @@ window.assignManager = {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!MozillaVPN_Background.getInstallationStatus() || !MozillaVPN_Background.getConnectionStatus()) {
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
|
||||||
// proxyDNS only works for SOCKS proxies
|
// proxyDNS only works for SOCKS proxies
|
||||||
if (["socks", "socks4"].includes(result.proxy.type)) {
|
if (["socks", "socks4"].includes(result.proxy.type)) {
|
||||||
result.proxy.proxyDNS = true;
|
result.proxy.proxyDNS = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue