summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-06-14 13:05:24 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-06-14 13:05:24 +0200
commitc3bdb0ebd3e99c22051656219f2db5a715da0a0d (patch)
treea83f10937eccad7e8a001cfc46357725c15a65da /gui/src/shared
parenta38dce1ce10893f8e1a077c95ca4afe085bcaeea (diff)
parent7f49fb807b4e49113dc078302fa1aabdbd0a931e (diff)
downloadmullvadvpn-c3bdb0ebd3e99c22051656219f2db5a715da0a0d.tar.xz
mullvadvpn-c3bdb0ebd3e99c22051656219f2db5a715da0a0d.zip
Merge branch 'add-pq-safe-tunnels'
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/daemon-rpc-types.ts1
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;