diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-08-13 12:43:41 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-09-17 11:29:25 +0200 |
| commit | 3373ca2c3f0df02da4ade50815f5654bc5dd7abf (patch) | |
| tree | 656daf4ad44ceafd43048755d8e0e7523cd5645f /gui/src/shared | |
| parent | fb92bf539e21542989c5bd31142b265f33812e0d (diff) | |
| download | mullvadvpn-3373ca2c3f0df02da4ade50815f5654bc5dd7abf.tar.xz mullvadvpn-3373ca2c3f0df02da4ade50815f5654bc5dd7abf.zip | |
Add `use_anywhere` feature indicator
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 9cb3c15b5d..f888413047 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -183,6 +183,7 @@ export interface ITunnelStateRelayInfo { // The order of the variants match the priority order and can be sorted on. export enum FeatureIndicator { daita, + daitaUseAnywhere, quantumResistance, multihop, bridgeMode, |
