Skip to content

Commit a751e31

Browse files
committed
Updates AltStore download URL to use Cloudflare CDN
Workaround for Xfinity blocking connections to f000.backblazeb2.com for some users.
1 parent bdd2247 commit a751e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AltServer/AltServerApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ pplx::task<fs::path> AltServerApp::DownloadApp()
683683
{
684684
*outputFile = file;
685685

686-
uri_builder builder(L"https://f000.backblazeb2.com/file/altstore/altstore.ipa");
686+
uri_builder builder(L"https://cdn.altstore.io/file/altstore/altstore.ipa");
687687

688688
http_client client(builder.to_uri());
689689
return client.request(methods::GET);

0 commit comments

Comments
 (0)