TapTap自建服务器
本帖最后由 Shua 于 2025-12-25 12:59 编辑项目地址:(https://github.com/Shua-github/Tap-Cloud-Server)
# 食用教程
1. 下载最新[`Release`](https://github.com/Shua-github/Tap-Cloud-Server/releases/latest)并解压
2. 修改`config.json`,以`0.2.2`版本,某7字音游为例:
```jsonc
{
"bucket": "rAK3Ffdi", // 游戏ID
"domain": "rak3ffdi.cloud.tds1.tapapis.cn", // 游戏域名
"cert": "", // TLS证书路径
"key": "", // TLS私钥路径
"i18n_text": {"openid_not_in_white_list":"您不在白名单内!","server_name":"TCS"}, // i18n文本
"custom": {
"switch": false, // 是否开启自定义开关,有白名单和WebHook功能,公网部署一定要开启!
"sign_key": "you-secret", // 签名密钥
"timeout": "1s" // webhook 超时时间
}
}
```
3. 启动服务器
# 提示
- 推荐修改`hosts`来实现dns劫持
# 警告
- 不支持任何违法需求! 这是做什么的 什么东西 这是干啥的呢。
页:
[1]