summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/config.json6
-rw-r--r--app/lib/backend.js2
2 files changed, 4 insertions, 4 deletions
diff --git a/app/config.json b/app/config.json
index d6cd2993f0..fe8d12d84a 100644
--- a/app/config.json
+++ b/app/config.json
@@ -132,8 +132,8 @@
8.541694
]
},
- "uk.mullvad.net": {
- "address": "uk.mullvad.net",
+ "gb.mullvad.net": {
+ "address": "gb.mullvad.net",
"name": "United Kingdom",
"city": "London",
"country": "United Kingdom",
@@ -153,4 +153,4 @@
]
}
}
-} \ No newline at end of file
+}
diff --git a/app/lib/backend.js b/app/lib/backend.js
index b17b163a85..9d451960e4 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -130,7 +130,7 @@ export class Backend {
fastestServer(): ServerInfo {
return {
- address: 'uk.mullvad.net',
+ address: 'gb.mullvad.net',
name: 'Fastest',
city: 'London',
country: 'United Kingdom',