diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-03-26 03:49:21 +0200 |
|---|---|---|
| committer | Oskar Nyberg <3668602+raksooo@users.noreply.github.com> | 2023-03-27 14:08:15 +0000 |
| commit | a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch) | |
| tree | d440fa99e7bbb869a3b5c65fb0957380dd53c792 /docs | |
| parent | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff) | |
| download | mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip | |
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/architecture.md | 2 | ||||
| -rw-r--r-- | docs/security.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 4837758a45..41dc9d8357 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -241,7 +241,7 @@ On Linux, connectivity is inferred by checking if there exists a route to a publ Currently the Mullvad API IP is used, but the actual IP does not matter as long as it's not a local one. This is done via Netlink and the route is queried via the exclusion firewall mark - otherwise, when a tunnel is connected, the address would always be routable as it'd be routed through the -tunnel interface. As such, the offline monitor is somewhat coupled to routing and split tunelling on +tunnel interface. As such, the offline monitor is somewhat coupled to routing and split tunnelling on Linux. #### macOS diff --git a/docs/security.md b/docs/security.md index 9554a1d507..0fbfe7845f 100644 --- a/docs/security.md +++ b/docs/security.md @@ -119,7 +119,7 @@ The firewall allows traffic to the API regardless of tunnel state, so the daemon keys, fetch account data, etc. In the [Connected] state, API traffic is only allowed inside the tunnel. For the other states, API traffic will bypass the firewall. On Windows, only the Mullvad service and problem report tool are able to communicate with the API in any of the blocking states. On macOS and -Linux all applications runnning as root are able to reach the API in blocking states. +Linux all applications running as root are able to reach the API in blocking states. ### Disconnected |
