summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-08-28 16:57:08 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-08-29 16:28:17 +0100
commit126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e (patch)
tree85215693ffbdabf05dc23f96cd0aebcfb97e074a
parent83d3fc081699597bc77746beab5643e0d3c80065 (diff)
downloadmullvadvpn-126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e.tar.xz
mullvadvpn-126694f2c22cf6c7bc16e831cfff6b5ed8c7b86e.zip
Update "### RPC address file" section in README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6f9ac0e45..f59824b1b0 100644
--- a/README.md
+++ b/README.md
@@ -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