Network Configuration Print

  • network, proxy, socks5, bind, dns
  • 0

Network options can be configured globally for a provider and then overridden per stream.

All these network parameters can be overridden per channel, selecting the NetworkOverride option.

Important: Don't forget to press APPLY NETWORK for the changes to take effect. If you set global network parameters while streams are running some streams can crash.

You can select individually a network connection for Scripts/Manifests/Media calls. You can also set a Worker host for each of them – every request will use this host. The real host is passed as an extra header Original-Host.

Network Options

  • System – use system network configuration.
  • Same as ... – use the same network configuration as another component.
  • HTTP/SOCKS5 Proxy – comma separated list of proxies. Format is http://user:pass@ip:port for HTTP proxies and socks5://user:pass@ip:port for SOCKS5 proxies.
  • Bind – comma separated list of IPs or interface names.
  • DNS over HTTPS – comma separated list of DOH servers.

Was this answer helpful?

« Back