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

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