gologin 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/gologin.js +1 -1
package/package.json
CHANGED
package/src/gologin.js
CHANGED
|
@@ -972,7 +972,7 @@ export class GoLogin {
|
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
if (proxy) {
|
|
975
|
-
const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host}"`;
|
|
975
|
+
const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host} , EXCLUDE api.gologin.com"`;
|
|
976
976
|
params.push(`--host-resolver-rules=${hr_rules}`);
|
|
977
977
|
}
|
|
978
978
|
|