diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-16 14:47:34 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-16 14:47:34 +0200 |
| commit | 58dadaae40815729b6d279b7187751f1519093fb (patch) | |
| tree | 55fada0bc30320897c9fdfa6b3dcdc7c96cafdc0 /docs | |
| parent | b9a59074141024a9d40723dca5c58cfe15fccbbc (diff) | |
| parent | 1832ccc05c4f1898d36b2647e254229c821a4674 (diff) | |
| download | mullvadvpn-58dadaae40815729b6d279b7187751f1519093fb.tar.xz mullvadvpn-58dadaae40815729b6d279b7187751f1519093fb.zip | |
Merge branch 'add-wg-nt-daita'
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 |
