Skip to content

ElectronConfig

Unofficial

Proxy configuration for a session.

Import:

import type { ElectronConfig } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronConfig

Properties

PropertyTypeDescription
mode?'auto_detect' | 'direct' | 'fixed_servers' | 'pac_script' | 'system'The proxy mode. If unspecified, it is determined automatically based on other options.
pacScript?stringThe URL associated with the PAC file.
proxyBypassRules?stringRules indicating which URLs should bypass the proxy settings.
proxyRules?stringRules indicating which proxies to use.