Skip to content

Commit

Permalink
Add Miami and fix case of "HostEONS"
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Jan 3, 2024
1 parent 2fd1756 commit f126f30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const providers = [
url: 'https://hosting.gullo.me/',
},
{
name: 'Hosteons',
name: 'HostEONS',
tooltip:
'RYZEN NVME Premium VPS, Budget KVM SSD VPS and OpenVZ 7 VPS Hosting',
url: 'https://hosteons.com/',
Expand Down
17 changes: 15 additions & 2 deletions src/DnsTools.Web/ClientApp/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"locationDisplay": "France",
"latitude": 48.928244495,
"longitude": 2.3520197059,
"providerName": "Hosteons",
"providerName": "HostEONS",
"providerUrl": "https://hosteons.com/",
"dataCenterName": "Equinix PA2",
"networkAsn": 142036
Expand All @@ -121,7 +121,7 @@
"locationDisplay": "Germany",
"latitude": 50.11830166,
"longitude": 8.677964365,
"providerName": "Hosteons",
"providerName": "HostEONS",
"providerUrl": "https://hosteons.com/",
"dataCenterName": "Equinix FR1",
"networkAsn": 142036
Expand Down Expand Up @@ -295,6 +295,19 @@
"dataCenterName": "M247",
"networkAsn": 63473
},
{
"id": "us-fl",
"city": "Miami",
"region": "Florida",
"country": "US",
"locationDisplay": "Miami, USA",
"latitude": 25.7758199,
"longitude": -80.192780,
"providerName": "Advin Servers",
"providerUrl": "https://advinservers.com/",
"dataCenterName": "QuadraNet",
"networkAsn": 206216
},
{
"id": "us-kc",
"city": "Kansas City",
Expand Down

0 comments on commit f126f30

Please sign in to comment.