init
Some checks failed
Build and Release / release (push) Failing after 26s

This commit is contained in:
2025-12-12 17:37:34 +07:00
commit 9d769ed08c
32 changed files with 895 additions and 0 deletions

13
script/README_Note.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## First release
### Added
- Initial release of Firefly Go Proxy
- Basic HTTP/HTTPS proxy functionality
- Domain-based request redirection
- URL pattern blocking
- Cross-platform support (Windows, macOS, Linux)
- System proxy configuration for all platforms
- Automatic certificate management
- Support for running executables with admin privileges

BIN
script/release-uploader Normal file

Binary file not shown.

5
script/release.json Normal file
View File

@@ -0,0 +1,5 @@
{
"tag": "1.0-01",
"title": "PreBuild Version 1.0 - 01"
}