@echo off
echo Sozlamoqda: tomoshow.uz RustDesk server...
set CONFIG_DIR=%APPDATA%\RustDesk\config
if not exist "%CONFIG_DIR%" mkdir "%CONFIG_DIR%"
(
echo rendezvous_server = 'rustdesk.tomoshow.uz:21116'
echo nat_type = 1
echo serial = 0
echo.
echo [options]
echo custom-rendezvous-server = 'rustdesk.tomoshow.uz'
echo key = 'e6VA496McwHFAOId0NFUzHUmUdf1UfR2a59dO2HPQ7w='
echo relay-server = 'rustdesk.tomoshow.uz'
echo api-server = ''
) > "%CONFIG_DIR%\RustDesk2.toml"
echo.
echo Sozlamalar saqlandi: %CONFIG_DIR%\RustDesk2.toml
echo Endi RustDesk-ni ishga tushiring (rustdesk-tomoshow.exe).
pause
