From fd2344d5b7d2520bb01673235fd68bae83f1f4e2 Mon Sep 17 00:00:00 2001 From: solo-bot Date: Sun, 7 Jun 2026 22:14:25 +0800 Subject: [PATCH] docs: normalize README todo checklist (#29) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0950274..baed9e6 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,10 @@ cmd/client/main.go `客户端主启动程` ## TODO -* [ * ] 混淆加密 -* [ * ] 客户端 +- [x] 明确 `simple` / `random` 仅用于流量混淆,不作为安全加密承诺([#23](https://github.com/shikanon/socks5proxy/issues/23)) +- [x] 迁移 CI 到 GitHub Actions,并补齐格式化 / 测试 / vet / staticcheck([#25](https://github.com/shikanon/socks5proxy/issues/25)) +- [x] 将发布物迁移到 GitHub Releases,并提供 `SHA256SUMS`([#28](https://github.com/shikanon/socks5proxy/issues/28)) +- [ ] 补充 README 的安全声明与威胁模型说明([#29](https://github.com/shikanon/socks5proxy/issues/29)) +- [ ] 说明客户端与服务端同机部署的使用方式([#2](https://github.com/shikanon/socks5proxy/issues/2)) +- [ ] 排查并缓解 `socket: too many open files` 问题([#3](https://github.com/shikanon/socks5proxy/issues/3)) +- [ ] 更新下载与使用说明,覆盖最新发布方式与问题排查入口([#4](https://github.com/shikanon/socks5proxy/issues/4))