diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2023-10-10 16:04:48 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2023-10-12 09:04:35 +0200 |
| commit | 500f5ed6054769050d9eeae6740fa151dd1ba7c6 (patch) | |
| tree | 917127e905b5d2770c2635c7994e329337582915 | |
| parent | 51e06a48b68c7aeb2fd2c19205a107c030ac649e (diff) | |
| download | mullvadvpn-500f5ed6054769050d9eeae6740fa151dd1ba7c6.tar.xz mullvadvpn-500f5ed6054769050d9eeae6740fa151dd1ba7c6.zip | |
Add `CHANGELOG` entry for API access methods.
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79221c1fba..99f34861e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ Line wrap the file at 100 chars. Th - Add customizable relay lists to the CLI on desktop. Custom lists can be managed through `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`. - Add custom lists to location selector in desktop app. +- Add custom API access methods to the CLI on desktop. Custom API access methods allow the user to + proxy API traffic through a peer before connecting to a tunnel. They are managed through + `mullvad api-access`, and the initially supported network protocols are `Shadowsocks` and + `SOCKS5`. #### Linux - Start signing the deb and rpm files (GPG) |
