Commit 81a0126
committed
feat: implement core functionality of ss-proxy server
- Implement HTTP/HTTPS and WebSocket dual-protocol proxy
- Add SQLite session management and database integration
- Support CLI arguments and environment variable configuration
- Add request routing, health check and other handlers
- Complete project documentation and translate code comments to English
- Configure Rust 1.90.0 toolchain
Signed-off-by: Xin Liu <[email protected]>1 parent 20dab97 commit 81a0126
File tree
15 files changed
+4221
-44
lines changed- .cargo
- src
- db
- handlers
- models
- proxy
15 files changed
+4221
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments