Skip to content

Commit

Permalink
Restore backends list to Linode and AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Nov 19, 2024
1 parent 760c687 commit c548577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backends.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const backends = [
{
city: 'London (AWS 1)',
desc: 'AWS in London',
city: 'London (Linode)',
desc: 'Linode in London',
url: "https://explorer.jamulus.io/servers.php",
warn: null
//warn: 'NOTE: the London Linode server is currently having issues connecting to some directories.'
},
{
city: 'London (AWS 2)',
city: 'London (AWS)',
desc: 'AWS in London',
url: "https://explorer.jamulus.io/servers-lon2.php",
warn: null
Expand Down

0 comments on commit c548577

Please sign in to comment.