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.
@@ -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
- console.log(`[nst] Proxy: ${options.proxy}`);
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "channel-worker",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "Channel Manager worker daemon — runs on remote machines to execute video pipeline jobs",
5
5
  "main": "lib/daemon.js",
6
6
  "bin": {