diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-12-08 15:57:03 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-12-08 15:57:03 +0100 |
| commit | aced2acff594f7e920d8e29142478dd705b34099 (patch) | |
| tree | f421f13681d884da4296aabf20b750cbecd4237d /docs | |
| parent | 08c741545850ccd75422194e82b535e21e79ced5 (diff) | |
| download | mullvadvpn-aced2acff594f7e920d8e29142478dd705b34099.tar.xz mullvadvpn-aced2acff594f7e920d8e29142478dd705b34099.zip | |
Fix according to feedback on language
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/split-tunneling.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/split-tunneling.md b/docs/split-tunneling.md index c9f5df0d23..76ac7c807c 100644 --- a/docs/split-tunneling.md +++ b/docs/split-tunneling.md @@ -8,10 +8,10 @@ with the internet as if Mullvad VPN was disconnected or not even running. DNS is a bit problematic to split properly. Ideally DNS requests from excluded apps would always go outside the tunnel, because that's what they would have done if Mullvad was disconnected or not running. But this is very hard/impossible to achieve on some platforms. -One reason for this is that on some operating systems, programs call some system service +One reason for this is that on some operating systems, programs call into a system service for name resolution. This system service will then perform the actual DNS lookup. Since all DNS requests then originate from the same process/system service, it becomes hard -to know which ones are for excluded apps and not. +to know which ones are for excluded apps and which ones are not. Some definitions of terms used later to describe behavior: |
