add-correct

This commit is contained in:
Ground-Zerro
2025-11-01 22:00:02 +11:00
parent 64abff705f
commit af64289c0c
3 changed files with 4 additions and 32 deletions

View File

@@ -126,26 +126,6 @@
#### Windows #### Windows
##### Способ 1: Быстрый запуск (с автоматической установкой зависимостей)
Откройте командную строку Windows и выполните:
```cmd
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
```
Или откройте PowerShell и выполните:
```powershell
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
```
Скрипт автоматически:
- Проверит наличие Python 3 (предложит установить, если отсутствует)
- Установит необходимые библиотеки (httpx, colorama и др.)
- Скачает и запустит утилиту
- Попросит создать файл `ip.txt`, если он отсутствует
##### Способ 2: Ручной запуск
1. Скачайте файл [convert.bat](https://github.com/Ground-Zerro/DomainMapper/raw/refs/heads/main/utilities/win/convert.bat) 1. Скачайте файл [convert.bat](https://github.com/Ground-Zerro/DomainMapper/raw/refs/heads/main/utilities/win/convert.bat)
2. Создайте файл `ip.txt` в той же директории, где находится `convert.bat`, и добавьте в него IP-адреса 2. Создайте файл `ip.txt` в той же директории, где находится `convert.bat`, и добавьте в него IP-адреса

View File

@@ -6,15 +6,8 @@
## convert ## convert
**Использование:** **Использование:**
- Открыть командную строку Windows и выполнить команду: 1. Скачайте файл [convert.bat](https://github.com/Ground-Zerro/DomainMapper/raw/refs/heads/main/utilities/win/convert.bat)
```
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
```
или
- Запустить PowerShell и выполнить команду:
```
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
```
**Можете:** 2. Создайте файл `ip.txt` в той же директории, где находится `convert.bat`, и добавьте в него IP-адреса
- Скачать convert.bat и запустить его.
3. Запустите `convert.bat`

View File

@@ -111,4 +111,3 @@ del /q /f convert.py
endlocal endlocal
pause pause
exit /b 0 exit /b 0