mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:55:44 +00:00
60 lines
1.5 KiB
INI
60 lines
1.5 KiB
INI
;To use this file, rename it to FortFirewall.exe.ini
|
|
;and place it to program's working directory.
|
|
|
|
;Fort Firewall global configuration
|
|
|
|
;ATTENTION: Use slashes as path separator (C:/path/to/directory/)!!!
|
|
; Environment variables (e.g. %TEMP%) are different for Service and UI processes!
|
|
|
|
[global]
|
|
|
|
;High-DPI scale factor rounding policy:
|
|
;- Round: Round up for .5 and above.
|
|
;- Ceil: Always round up.
|
|
;- Floor: Always round down.
|
|
;- RoundPreferFloor: Round up for .75 and above.
|
|
;- PassThrough: Don't round.
|
|
;dpiPolicy=PassThrough
|
|
|
|
;Don't use cache on disk.
|
|
;noCache=true
|
|
|
|
;Default language.
|
|
;defaultLanguage=en
|
|
|
|
;Directory to store settings.
|
|
;Default is "%LocalAppData%/Fort Firewall", but "%ProgramData%/Fort Firewall" for a Service.
|
|
;profileDir=%FORTHOME%/Data
|
|
|
|
;Directory to store statistics.
|
|
;Default is "<profileDir>".
|
|
;statDir=%FORTHOME%/Data
|
|
|
|
;Directory to store cache.
|
|
;Default is "<profileDir>/cache".
|
|
;cacheDir=%FORTHOME%/Data/cache
|
|
|
|
;Directory to store user settings.
|
|
;Default is "%LocalAppData%/Fort Firewall".
|
|
;userDir=%FORTHOME%/Data
|
|
|
|
;Directory to store logs.
|
|
;Default is "<userDir>/logs".
|
|
;logsDir=%FORTHOME%/Data/logs
|
|
|
|
;Directory to store Fort Firewall's update.
|
|
;Default is "<cacheDir>".
|
|
;updateDir=%SystemRoot%/Temp/Fort Firewall
|
|
|
|
;Force debug output.
|
|
;forceDebug=true
|
|
|
|
;Try to install a driver on error.
|
|
;canInstallDriver=false
|
|
|
|
;Try to start a Service on startup.
|
|
;canStartService=false
|
|
|
|
;Periodically check that Profile's directory is online.
|
|
;checkProfileOnline=false
|