initial commit

This commit is contained in:
2025-01-18 20:03:40 -06:00
commit f54150c3d2
26 changed files with 1934 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# SteamCache2
SteamCache2 is a blazing fast download cache for Steam, designed to reduce bandwidth usage and speed up game downloads.
## Features
- High-speed caching for Steam downloads
- Tiered storage for getting the most out of your storage media
- Reduces bandwidth usage
- Easy to set up and configure aside from dns stuff to trick Steam into using it
- Supports multiple clients
## Usage
1. Start the cache server:
```sh
./SteamCache2
```
2. Configure your Steam client to use the cache server as a proxy.
## License
This project is licensed. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- Inspired by other caching solutions for game platforms.