Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4521d9ebe8 | ||
|
|
f8348765c4 | ||
|
|
860e3318a0 | ||
|
|
6c775c12a0 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -23,12 +23,14 @@ signup_draft.json
|
|||||||
*.jpeg
|
*.jpeg
|
||||||
# Exceptions — keep bundled assets that are already tracked
|
# Exceptions — keep bundled assets that are already tracked
|
||||||
!proxy_chain_manager/world_map.png
|
!proxy_chain_manager/world_map.png
|
||||||
|
!docs/dashboard-screenshot.png
|
||||||
|
|
||||||
# Build-staged binaries — staged by scripts/prepare_bundled_gost.ps1
|
# Build-staged binaries — staged by scripts/prepare_bundled_gost.ps1
|
||||||
# (downloaded from go-gost release with verified SHA256), not source code
|
# (downloaded from go-gost release with verified SHA256), not source code
|
||||||
proxy_chain_manager/_bundled/
|
proxy_chain_manager/_bundled/
|
||||||
|
|
||||||
# Release output (scripts/release_build.ps1) — upload as CI artifacts / GitHub Release
|
# Release output (scripts/release_build.ps1) — upload as CI artifacts / GitHub Release
|
||||||
releases/
|
releases/*
|
||||||
|
!releases/README.md
|
||||||
build/version_info.txt
|
build/version_info.txt
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Proxy God
|
# Proxy God
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Mission-grade rotating proxy chains for Windows.**
|
**Mission-grade rotating proxy chains for Windows.**
|
||||||
**Self-healing. Leak-aware. Aggressive by default.**
|
**Self-healing. Leak-aware. Aggressive by default.**
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 356 KiB |
25
releases/README.md
Normal file
25
releases/README.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Proxy God — Windows releases
|
||||||
|
|
||||||
|
Production builds live here after running `build_release.bat` from the repo root.
|
||||||
|
|
||||||
|
## Latest: v1.0.0
|
||||||
|
|
||||||
|
| File | Description |
|
||||||
|
|------|-------------|
|
||||||
|
| `v1.0.0/ProxyChainManager.exe` | Main application (UAC admin, one-file PyInstaller build) |
|
||||||
|
| `v1.0.0/ProxyChainManager.exe.sha256` | SHA256 checksum |
|
||||||
|
| `v1.0.0/RELEASE_MANIFEST.json` | Version, git commit, build time, platform |
|
||||||
|
| `v1.0.0/SBOM.json` | Frozen dependency list at build time |
|
||||||
|
| `v1.0.0/requirements-frozen.txt` | Same as SBOM, pip freeze format |
|
||||||
|
| `v1.0.0/LICENSE` | MIT |
|
||||||
|
| `v1.0.0/OPERATOR_RUNBOOK.md` | Emergency ops (firewall disengage, etc.) |
|
||||||
|
| `ProxyGod-v1.0.0-windows-amd64.zip` | Full release archive |
|
||||||
|
|
||||||
|
### Verify download
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Get-FileHash -Algorithm SHA256 releases\v1.0.0\ProxyChainManager.exe
|
||||||
|
Get-Content releases\v1.0.0\ProxyChainManager.exe.sha256
|
||||||
|
```
|
||||||
|
|
||||||
|
Build commit: see `RELEASE_MANIFEST.json` inside the folder.
|
||||||
Reference in New Issue
Block a user