diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-03-27 15:17:21 +0200 |
|---|---|---|
| committer | Oskar Nyberg <3668602+raksooo@users.noreply.github.com> | 2023-03-27 14:08:15 +0000 |
| commit | a7fcfeee3cf86593a4192c813b125a71a1bbf63a (patch) | |
| tree | 866bbeb1348c298f5ab9d8e4252bd2575f47da58 /docs | |
| parent | 76ceaafd0e621cef5c9033a2e696a268852776ba (diff) | |
| download | mullvadvpn-a7fcfeee3cf86593a4192c813b125a71a1bbf63a.tar.xz mullvadvpn-a7fcfeee3cf86593a4192c813b125a71a1bbf63a.zip | |
Split line to not exceed the 100 character limit
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/architecture.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 41dc9d8357..1deba30706 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -241,8 +241,8 @@ 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 tunnelling on -Linux. +tunnel interface. As such, the offline monitor is somewhat coupled to routing and split tunnelling +on Linux. #### macOS |
