ElectronConfig
Unofficial
Proxy configuration for a session.
Import:
import type { ElectronConfig } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronConfigProperties
| 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. |