Shua 发表于 2025-12-25 12:51:55

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劫持

# 警告
- 不支持任何违法需求!

黑米粽子 发表于 2025-12-26 16:55:04

这是做什么的

CTM 发表于 2025-12-26 16:57:05

什么东西

xifan 发表于 2025-12-26 17:23:50

这是干啥的呢。
页: [1]
查看完整版本: TapTap自建服务器