diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-08-28 16:57:08 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-08-29 16:28:17 +0100 |
| commit | 126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e (patch) | |
| tree | 85215693ffbdabf05dc23f96cd0aebcfb97e074a | |
| parent | 83d3fc081699597bc77746beab5643e0d3c80065 (diff) | |
| download | mullvadvpn-126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e.tar.xz mullvadvpn-126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e.zip | |
Update "### RPC address file" section in README
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -311,14 +311,14 @@ The cache directory can be changed by setting the `MULLVAD_CACHE_DIR` environmen #### RPC address file -The full path to the RPC address file can be changed by setting the `MULLVAD_RPC_ADDRESS_PATH` +The full path to the RPC address file can be changed by setting the `MULLVAD_RPC_SOCKET_PATH` environment variable. | Platform | Path | |----------|------| -| Linux | `/tmp/.mullvad_rpc_address` | -| macOS | `/tmp/.mullvad_rpc_address` | -| Windows | `C:\ProgramData\Mullvad VPN\.mullvad_rpc_address` | +| Linux | `/var/run/mullvad-vpn` | +| macOS | `/var/run/mullvad-vpn` | +| Windows | `//./pipe/Mullvad VPN` | ## Quirks |
