7 Commits

Author SHA1 Message Date
Flowseal
d75903b44c Version bump 2026-07-04 21:46:57 +03:00
Matvey Beloded
36f4452342 Improve "Install Service" menu (#15571) 2026-06-30 17:11:19 +03:00
lxstwxrden
cb6c83d13b Обновить QUIC бинарник для игр (#15532) 2026-06-30 17:10:08 +03:00
ControlRe
d3aabff5d8 Update github-bot.yml (#15334) 2026-06-23 18:11:20 +03:00
Flowseal
0f2b8dd6eb revert twitch 2026-06-23 13:03:50 +03:00
Flowseal
d7eedce22a hosts update 2026-06-23 13:00:33 +03:00
Flowseal
7174c5bcb3 kick, twitch fix 2026-06-23 12:41:12 +03:00
7 changed files with 21 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
trusted_users: trusted_users:
- Flowseal - Flowseal
- Kail-225 - ControlRe
- ekungurov - ekungurov
- V3nilla - V3nilla
- serpen7 - serpen7

View File

@@ -1,3 +1,10 @@
185.199.109.133 objects.githubusercontent.com
185.199.109.133 raw.githubusercontent.com
185.199.109.133 release-assets.githubusercontent.com
185.199.108.133 private-user-images.githubusercontent.com
185.199.108.133 gist.githubusercontent.com
185.199.108.133 avatars.githubusercontent.com
149.154.167.220 my.telegram.org 149.154.167.220 my.telegram.org
149.154.167.220 oauth.telegram.org 149.154.167.220 oauth.telegram.org
149.154.167.220 cdn.telesco.pe 149.154.167.220 cdn.telesco.pe
@@ -30,12 +37,6 @@
149.154.167.220 zws2.web.telegram.org 149.154.167.220 zws2.web.telegram.org
149.154.167.220 zws4-1.web.telegram.org 149.154.167.220 zws4-1.web.telegram.org
185.199.109.133 raw.githubusercontent.com
185.199.109.133 release-assets.githubusercontent.com
185.199.108.133 private-user-images.githubusercontent.com
185.199.108.133 gist.githubusercontent.com
185.199.108.133 avatars.githubusercontent.com
104.25.158.178 finland10000.discord.media 104.25.158.178 finland10000.discord.media
104.25.158.178 finland10001.discord.media 104.25.158.178 finland10001.discord.media
104.25.158.178 finland10002.discord.media 104.25.158.178 finland10002.discord.media

View File

@@ -1 +1 @@
1.9.9c 1.9.9d

Binary file not shown.

View File

@@ -1,6 +1,4 @@
pusher.com pusher.com
live-video.net
ttvnw.net
twitch.tv twitch.tv
mail.ru mail.ru
citilink.ru citilink.ru

View File

@@ -47,3 +47,4 @@ betterttv.net
7tv.io 7tv.io
localizeapi.com localizeapi.com
klipy.com klipy.com
live-video.net

View File

@@ -1,5 +1,5 @@
@echo off @echo off
set "LOCAL_VERSION=1.9.9c" set "LOCAL_VERSION=1.9.9d"
:: External commands :: External commands
if "%~1"=="status_zapret" ( if "%~1"=="status_zapret" (
@@ -242,12 +242,18 @@ for /f "delims=" %%F in ('powershell -NoProfile -Command "Get-ChildItem -Literal
set "file!count!=%%F" set "file!count!=%%F"
) )
echo 0. Exit
echo.
:: Choosing file :: Choosing file
set "choice=" set "choice="
set /p "choice=Input file index (number): " set /p "choice=Input option (0-!count!, default: 0): "
if "!choice!"=="" ( if "!choice!"=="" (
echo The choice is empty, exiting... set "choice=0"
pause )
if "!choice!"=="0" (
goto menu goto menu
) )