diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-10-15 12:01:02 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-10-26 15:03:13 +0200 |
| commit | b0ce0eb2328179129634c85014f2c61d7b165ef1 (patch) | |
| tree | 430871121b3f5340bda0cd3b332663e3022e3aa3 | |
| parent | b214ba74cafc18b6a13ee5678055355302386cde (diff) | |
| download | mullvadvpn-b0ce0eb2328179129634c85014f2c61d7b165ef1.tar.xz mullvadvpn-b0ce0eb2328179129634c85014f2c61d7b165ef1.zip | |
Update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -455,6 +455,12 @@ echo "org.gradle.jvmargs=-Xmx4608M" >> ~/.gradle/gradle.properties interface UDS socket to users in the specified group. This means that only users in that group can use the CLI and GUI. By default, everyone has access to the socket. +#### Dev builds only + +* `MULLVAD_API_HOST` - Set the hostname to use in API requests. E.g. `api.mullvad.net`. + +* `MULLVAD_API_ADDRESS` - Set the IP address and port to use in API requests. E.g. `10.10.1.2:443`. + #### Setting environment variable - On Windows, one can use `setx` from an elevated shell, like so ```bat |
