-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CLI for old management interface to simplify dependency tree
- Loading branch information
Showing
11 changed files
with
122 additions
and
400 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
45.83.223.193 | ||
185.217.116.1 | ||
185.217.116.129 | ||
45.83.223.196 | ||
146.70.141.154 | ||
37.120.218.170 | ||
217.138.213.18 | ||
198.44.140.226 | ||
193.32.127.117 | ||
91.193.4.210 | ||
217.138.199.106 | ||
185.213.155.117 | ||
193.138.7.132 | ||
193.32.126.117 | ||
141.98.252.66 | ||
89.238.134.58 | ||
103.125.233.210 | ||
185.242.4.34 | ||
185.65.134.116 | ||
91.90.44.10 | ||
194.127.199.245 | ||
5.253.206.194 | ||
185.213.154.117 | ||
193.138.218.71 | ||
146.70.192.34 | ||
66.115.180.241 | ||
68.235.44.130 | ||
174.127.113.18 | ||
62.133.44.202 | ||
146.70.183.34 | ||
212.103.48.226 | ||
38.132.121.146 | ||
198.54.130.178 | ||
69.4.234.146 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Output known API IPs and bridge relay IPs | ||
|
||
dig +short api.mullvad.net | ||
dig +short api.devmole.eu | ||
dig +short api.stagemole.eu | ||
echo "45.83.223.196" # old prod | ||
curl -s https://api.mullvad.net/app/v1/relays | jq -r '.bridge.relays[] | .ipv4_addr_in' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,4 @@ pub enum Verbosity { | |
pub enum MullvadClientVersion { | ||
None, | ||
New, | ||
Previous, | ||
} |