channel-worker 1.6.9 → 1.6.10
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/lib/nst-manager.js +2 -1
- package/package.json +1 -1
package/lib/nst-manager.js
CHANGED
|
@@ -161,7 +161,8 @@ class NstManager {
|
|
|
161
161
|
// Pass proxy as URL string in connect config (Nstbrowser API format)
|
|
162
162
|
if (options.proxy) {
|
|
163
163
|
connectConfig.proxy = options.proxy;
|
|
164
|
-
|
|
164
|
+
connectConfig.args['--proxy-bypass-list'] = 'api.channel.tunasm.art,localhost,127.0.0.1';
|
|
165
|
+
console.log(`[nst] Proxy: ${options.proxy} (bypass: api.channel.tunasm.art)`);
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
if (options.extensionPath) {
|