diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-06-01 13:34:55 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-06-14 12:38:38 +0200 |
| commit | 8f78d9164c3c758062f4e3ef2a21d838e26882c6 (patch) | |
| tree | b66cb0626f147f29adc7ec8c704545c31067c54c /gui/src/shared | |
| parent | 891f7c0cd17ee659b6e387784d0ae8e57d136bd6 (diff) | |
| download | mullvadvpn-8f78d9164c3c758062f4e3ef2a21d838e26882c6.tar.xz mullvadvpn-8f78d9164c3c758062f4e3ef2a21d838e26882c6.zip | |
Display PQ safety state in the GUI
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 45af1c605e..8bee8003b0 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -92,6 +92,7 @@ export interface ITunnelEndpoint { address: string; protocol: RelayProtocol; tunnelType: TunnelType; + quantumResistant: boolean; proxy?: IProxyEndpoint; obfuscationEndpoint?: IObfuscationEndpoint; entryEndpoint?: IEndpoint; |
