From 2512a60ca2cc2f5f0cf3c51ca41e54ae4e488d02 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Tue, 24 Feb 2026 05:08:28 -0600 Subject: [PATCH] docs: update mirror URLs to dl.samnet.dev --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75514ac..b23bd38 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ python3 scanner.py Alternative (mirror, for restricted regions): ```bash -curl -fsSL https://samnet-mirror.98samh.workers.dev/SamNet-dev/cfray/raw/branch/main/scanner.py -o scanner.py && python3 scanner.py +curl -fsSL https://dl.samnet.dev/SamNet-dev/cfray/raw/branch/main/scanner.py -o scanner.py && python3 scanner.py ``` --- @@ -525,7 +525,7 @@ python3 scanner.py جایگزین (میرور، برای مناطق محدود): ```bash -curl -fsSL https://samnet-mirror.98samh.workers.dev/SamNet-dev/cfray/raw/branch/main/scanner.py -o scanner.py && python3 scanner.py +curl -fsSL https://dl.samnet.dev/SamNet-dev/cfray/raw/branch/main/scanner.py -o scanner.py && python3 scanner.py ``` ---