Skip to content

Commit 0ab19be

Browse files
committed
Connect to mlab by ip -- the fqdn no longe resolves.
1 parent f0648be commit 0ab19be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ async function pickMlabSite() {
376376
if (!hosts[k]) {
377377
hosts[k] = {
378378
label: h.city + ', ' + h.country,
379-
url: 'https://' + h.fqdn,
379+
url: 'https://' + h.ip[0],
380380
site: h.site,
381381
};
382382
}

0 commit comments

Comments
 (0)