diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-12-18 11:30:16 -0200 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-12-18 14:23:41 -0200 |
| commit | 5f37a6d571d11970c2a045ec7eda81b49eeb4cba (patch) | |
| tree | fdda3eac4ae03830245ee99a9f016e90f180f39b | |
| parent | 21c2f1f3999ffbaabf083bf186dd9a2b4a951c8d (diff) | |
| download | mullvadvpn-5f37a6d571d11970c2a045ec7eda81b49eeb4cba.tar.xz mullvadvpn-5f37a6d571d11970c2a045ec7eda81b49eeb4cba.zip | |
Describe GUI settings path in README
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -359,6 +359,17 @@ environment variable. | macOS | `/var/run/mullvad-vpn` | | Windows | `//./pipe/Mullvad VPN` | +### GUI + +The GUI has a specific settings file that is configured for each user. The path is set in the +`gui/packages/desktop/main/gui-settings.js` file. + +| Platform | Path | +|----------|------| +| Linux | `$XDG_CONFIG_HOME/Mullvad VPN/gui_settings.json` | +| macOS | `~/Library/Application Support/Mullvad VPN/gui_settings.json` | +| Windows | `%LOCALAPPDATA%\Mullvad VPN\gui_settings.json` | + ## Audits, pentests and external security reviews Mullvad has used external pentesting companies to carry out security audits of this VPN app. Read |
