diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-09-05 10:17:09 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-16 14:43:15 +0200 |
| commit | af96a710398870587df9e07ee6f5afd16b8d9888 (patch) | |
| tree | 7a5dfc3ee3a388c74c5a144983b5dfba8a057902 /docs | |
| parent | 99ae0b436f173b576343111cac38d6bec4ce2487 (diff) | |
| download | mullvadvpn-af96a710398870587df9e07ee6f5afd16b8d9888.tar.xz mullvadvpn-af96a710398870587df9e07ee6f5afd16b8d9888.zip | |
Add DAITA Windows client and updated tuncfg
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 1deba30706..78305a8c6a 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -200,7 +200,7 @@ WireGuard tunnel to the relay and deriving the PSK within the tunnel. The PSK is stored in memory on the relay and the client, along with a new client generated ephemeral WireGuard key. Subsequently, a new tunnel is created using the new WireGuard key and the PSK, ensuring that the tunnel is quantum-resistant. -See the [protocol definition file](../talpid-tunnel-config-client/proto/tunnel_config.proto) for +See the [protocol definition file](../talpid-tunnel-config-client/proto/ephemeralpeer.proto) for more details on the protocol. #### Quantum-resistant tunnels & Multihop |
