Skip to content

Commit

Permalink
fix Baidu
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Sheiko committed Sep 23, 2023
1 parent be3a577 commit 23d9b35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,12 @@ var providers = provider{
regions: []*region{
{name: "bd", location: "Baoding, CN"},
{name: "bj", location: "Beijing, CN"},
{name: "gz", location: "Guangzhou, CN"},
{name: "fsh", location: "Shanghai, CN"},
{name: "su", location: "Suzhou, CN"},
{name: "fwh", location: "Wuhan, CN"},
{name: "gz", location: "Guangzhou, CN"},
{name: "hkg", location: "Hong Kong, CN"},
{name: "sin", location: "Singapore, SG"},
{name: "su", location: "Suzhou, CN"},
},
},
"coreweave": {
Expand Down

0 comments on commit 23d9b35

Please sign in to comment.