diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-05-05 16:11:37 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-05-09 17:19:34 +0200 |
| commit | 86e891b83d74ad772c4b15f235af51b5080a44dd (patch) | |
| tree | 18b61c2409b2d645ebcf0d00ae125667a9ed25b6 /docs | |
| parent | aeef04647359ceb42370e5fed0b16a07a388b852 (diff) | |
| download | mullvadvpn-86e891b83d74ad772c4b15f235af51b5080a44dd.tar.xz mullvadvpn-86e891b83d74ad772c4b15f235af51b5080a44dd.zip | |
Update relay selector docs to mention ownership
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/relay-selector.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/relay-selector.md b/docs/relay-selector.md index 058e659026..1c6525d5cf 100644 --- a/docs/relay-selector.md +++ b/docs/relay-selector.md @@ -11,10 +11,10 @@ The relay selector's main purpose is to pick a single Mullvad relay from a list of relays taking into account certain user-configurable criteria. Relays can be filtered by their _location_ -(country, city, hostname) and by the protocols and ports they support (transport protocol, tunnel -protocol, port). The constraints are user specified and stored in the settings. The default value -for location constraints restricts relay selection to relays from Sweden. The default protocol -constraints default to _auto_, which implies specific behavior. +(country, city, hostname), by the protocols and ports they support (transport protocol, tunnel +protocol, port), and by other constraints. The constraints are user specified and stored in the +settings. The default value for location constraints restricts relay selection to relays from Sweden. +The default protocol constraints default to _auto_, which implies specific behavior. Generally, the filtering process consists of going through each relay in our relay list and removing relay and endpoint combinations that do not match the constraints outlined above. The @@ -36,6 +36,7 @@ Endpoints may be filtered by: - entry port - location (country, city, hostname) - provider +- ownership (Mullvad-owned or rented) ### Default constraints for tunnel endpoints @@ -72,6 +73,7 @@ The explicit constraints are: - location - provider +- ownership The transport protocol is supposedly inferred by the selected bridge- but for now, the daemon only supports TCP bridges, so only TCP bridges are being selected. If no location constraint is specified |
