From 72110cacb387b4f264cda4118ab081b3336c4f90 Mon Sep 17 00:00:00 2001 From: Funnycube Date: Mon, 2 Feb 2026 20:37:52 +1100 Subject: [PATCH] cmd update --- docs/issues/ecloud-block.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/issues/ecloud-block.md b/docs/issues/ecloud-block.md index 3c71831..6a55325 100644 --- a/docs/issues/ecloud-block.md +++ b/docs/issues/ecloud-block.md @@ -55,22 +55,13 @@ If unblocking is not an option, you can download expansions manually: ## Quick connectivity checks (optional) -If you have access to the machine running the server, these checks can help confirm a block. - -### Linux +If you have access to the machine running the server, these checks from a terminal or command prompt can help confirm a block. ```bash curl -I https://ecloud.placeholderapi.com/api/v3/ curl -I https://api.extendedclip.com/v2/ ``` -### Windows (PowerShell) - -```powershell -Invoke-WebRequest -Method Head https://ecloud.placeholderapi.com/api/v3/ -Invoke-WebRequest -Method Head https://api.extendedclip.com/v2/ -``` - If these commands fail on the server but work on your own PC/network, the server host or datacenter network is most likely blocking outbound connections. ## Still stuck?