mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-08-29 01:55:34 +00:00
Add files via upload
This commit is contained in:
21
test/readme-test.md
Normal file
21
test/readme-test.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Сборка с MTProto proxy FakeTLS для ТГ
|
||||
|
||||
В связи с начавшейся блокировкой Telegram выпускаю новую сборку с MTProxy на порту 443 и маскировкой под собственный сайт на основе [Telemt](https://github.com/telemt/telemt/blob/main/docs/QUICK_START_GUIDE.ru.md)
|
||||
|
||||
**Основной скрипт для euVPS:**
|
||||
```
|
||||
bash -c "$(curl -L https://github.com/xVRVx/autoXRAY/raw/refs/heads/main/test/autoXRAY1-test.sh)" -- поддомен1.Домен.Ком
|
||||
```
|
||||
|
||||
|
||||
Всех дольше будут работать каскадные варианты подключения:
|
||||
|
||||
**Для моста (ruVPS):**
|
||||
```
|
||||
bash -c "$(curl -L https://github.com/xVRVx/autoXRAY/raw/refs/heads/main/test/autoXRAYselfRUbrEUxhttp-test.sh)" -- поддомен2.Домен.Ком "vless://xhttp"
|
||||
```
|
||||
|
||||
**Как удалить**
|
||||
```
|
||||
systemctl stop telemt; systemctl disable telemt; rm -f /etc/systemd/system/telemt.service /bin/telemt; systemctl daemon-reload
|
||||
```
|
||||
Reference in New Issue
Block a user