Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mullvad duplicate exit-node entries #141

Closed
aasseman opened this issue Jul 11, 2024 · 1 comment · Fixed by #142
Closed

Mullvad duplicate exit-node entries #141

aasseman opened this issue Jul 11, 2024 · 1 comment · Fixed by #142

Comments

@aasseman
Copy link

The UI for Mullvad exit nodes shows multiple entries for each Mullvad location (probably because there are multiple servers in those locations?).

image

But tailscale's CLI only shows one entry per Mullvad location, which makes it easier to use:

$ tailscale exit-node list

 IP                  HOSTNAME                           COUNTRY            CITY                   STATUS     
 [...]
 100.122.231.14      fr-mrs-wg-001.mullvad.ts.net       France             Any                    -          
 100.114.187.107     fr-bod-wg-002.mullvad.ts.net       France             Bordeaux               -          
 100.122.231.14      fr-mrs-wg-001.mullvad.ts.net       France             Marseille              -          
 100.120.246.19      fr-par-wg-001.mullvad.ts.net       France             Paris                  -          
 100.108.29.93       de-fra-wg-009.mullvad.ts.net       Germany            Any                    -          
 100.123.112.113     de-ber-wg-001.mullvad.ts.net       Germany            Berlin                 -          
 100.78.4.15         de-dus-wg-001.mullvad.ts.net       Germany            Dusseldorf             -          
 100.108.29.93       de-fra-wg-009.mullvad.ts.net       Germany            Frankfurt              -          
 [...]
@DeedleFake
Copy link
Owner

DeedleFake commented Jul 11, 2024

Yes, that is because there are multiple servers per location. It doesn't really matter which one you pick, per se, although it does make scrolling through the list a bit awkward. I wanted to list them all because that way if one is down or something you can switch to a different one for the same location.

I'll look into changing it to a list of locations, each of which expands to a list of servers in that location. I'll also see if I can add some identifying info for each one of those servers just so you can tell them apart, although it'll probably be something relatively obtuse like their tailnet domain names or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants