summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-04-05 12:56:08 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-04-05 12:56:08 +0200
commitbc883b92c6230fc1b3271a2a562426d1e8d43ef7 (patch)
treec539f495ca231fcfdb1da616fd2a0272bb56d8d1 /docs
parent59332378ec52e1899c173e22072ce14daf9153e8 (diff)
parentc1a4b8309aac43a33176887e0629283560c0e7f8 (diff)
downloadmullvadvpn-bc883b92c6230fc1b3271a2a562426d1e8d43ef7.tar.xz
mullvadvpn-bc883b92c6230fc1b3271a2a562426d1e8d43ef7.zip
Merge branch 'use-library-sslocal'
Diffstat (limited to 'docs')
-rw-r--r--docs/security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security.md b/docs/security.md
index b85b5ef0e6..e4e77414ad 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -150,7 +150,7 @@ Examples:
or any process running as `root`, and incoming matching traffic.
1. Connecting to the same VPN server, but via a bridge. The bridge is at IP `e.f.g.h` and the
proxy service listens on TCP port `443` - Allow traffic to `e.f.g.h:443/TCP` for
- `sslocal.exe` or any process running as `root`, and incoming matching
+ `mullvad-daemon.exe` or any process running as `root`, and incoming matching
traffic. Do not allow any direct communication with the VPN server.
1. Connecting to `a.b.c.d` port `1234` using WireGuard: Allow `a.b.c.d:1234/UDP` for
`mullvad-daemon.exe` or any process running as `root`.