General Configuration¶
General settings for the application, including logging and system integration.
log-level¶
type: string
Description¶
Specifies the logging verbosity.
Available values are debug, trace, info, warn, error, and disabled. (default: "info")
Usage¶
Command-Line Flag
TOML Config
silent¶
type: boolean
Description¶
Suppresses the ASCII art banner at startup. (default: false)
Usage¶
Command-Line Flag
TOML Config
system-proxy¶
type: boolean
Description¶
Specifies whether to automatically set up the system-wide proxy configuration. (default: false)
Important
This option is currently only supported on macOS.
Usage¶
Command-Line Flag
TOML Config
config¶
type: string
Description¶
Specifies the path to a custom TOML config file. (default: none)
If this option is set, SpoofDPI will not search the default directories.
Usage¶
Command-Line Flag
TOML Config
clean¶
type: boolean
Description¶
Specifies whether to ignore all configuration files and run with default settings. (default: false)
Usage¶
Command-Line Flag
TOML Config
version¶
type: boolean
Description¶
Prints the version string and exits. (default: false)
Usage¶
Command-Line Flag
TOML Config