https://github.com/liesauer/tly2sub
TLY转VMESS订阅
https://github.com/liesauer/tly2sub
Last synced: 3 months ago
JSON representation
TLY转VMESS订阅
- Host: GitHub
- URL: https://github.com/liesauer/tly2sub
- Owner: liesauer
- Created: 2022-03-03T14:06:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T09:27:43.000Z (about 3 years ago)
- Last Synced: 2025-01-14T00:49:24.829Z (4 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TLY转VMESS订阅
## .NET端
.NET文件夹里的是.NET控制台客户端,部署PHP版本时不需要,请删除!
## PHP端部署
1. `composer install`
2. 将项目文件夹复制到服务器中
3. 将`.NET`文件夹删除
4. 复制`src/config.example.php`到`src/config.php`
5. 配置
6. 访问`服务器地址/项目文件夹/index.php?pass=PASS`即可## 配置说明
```
pass:入口密码,防止入口被恶意访问
email:TLY账号
passwd:TLY密码
aes_key:tlynet923456789k
aes_iv:9987654321fedcsu
```