diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-10-12 09:05:20 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-10-12 09:05:20 +0200 |
| commit | b2273926deea2ffcb2677e5556b9fb7a60eb1ac2 (patch) | |
| tree | 917127e905b5d2770c2635c7994e329337582915 | |
| parent | 51e06a48b68c7aeb2fd2c19205a107c030ac649e (diff) | |
| parent | 500f5ed6054769050d9eeae6740fa151dd1ba7c6 (diff) | |
| download | mullvadvpn-b2273926deea2ffcb2677e5556b9fb7a60eb1ac2.tar.xz mullvadvpn-b2273926deea2ffcb2677e5556b9fb7a60eb1ac2.zip | |
Merge branch 'changelog/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) |
