mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
📄 chore: restore LICENSE file with MIT License text #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @r3bo0tbx1 on 2/4/2026
📋 PR Type
🔗 Related Issue
Context: Completes v1.1.1 release by documenting OBFS4V fix, PT_PORT support, and bandwidth configuration options across all templates and examples.
📝 Description
What does this PR do?
Why is this change needed?
🧪 Testing Performed
Testing Method
Test Environment
Deployment Method:
Verification Performed:
💥 Breaking Changes
Rationale: Documentation and template metadata only - no functional code changes.
📚 Documentation Updates
Template Updates (10 files):
cosmos-compose-bridge.json- Note about OR_PORT/PT_PORT alternativecosmos-compose-guard.json- Bandwidth options documentationcosmos-compose-exit.json- Bandwidth options with recommendationsdocker-compose-bridge.yml- Official naming alternative infodocker-compose-guard-env.yml- Bandwidth comment explaining optionsdocker-compose-exit.yml- Bandwidth comment explaining optionsExample Updates (3 files):
examples/relay-bridge.conf- Added Method 2 with PT_PORTexamples/relay-exit.conf- Added BandwidthRate/Burst Option 2examples/relay-guard.conf- Added BandwidthRate/Burst Option 2✅ Code Quality Checklist
Templates
{}notation used consistently)General Code Quality
🔒 Security Considerations
Rationale: Documentation and template metadata changes only. No code execution paths modified.
🚀 Deployment Impact
Impact on Existing Users
Rationale:
Benefits for Users
📸 Screenshots / Logs
Click to expand: CHANGELOG.md additions
Click to expand: Example config additions
relay-bridge.conf:
relay-exit.conf & relay-guard.conf:
👥 Reviewers
Suggested reviewers:
For specific areas:
📋 Pre-Submission Checklist
Required
Testing
python3 -m json.tooldocker-compose config -qOptional (but recommended)
💬 Additional Notes
Scope of Changes
4 commits in this PR:
44f371d- Update example configs with PT_PORT and bandwidth options274d087- Document bandwidth options and PT_PORT in templates and docs7a66dd7- Update CHANGELOG.md with v1.1.1 configuration enhancements714c720- Add comprehensive pull request templateWhy These Changes Matter
OBFS4V Fix Documentation - Critical fix was implemented in docker-entrypoint.sh but users needed to see it documented in CHANGELOG and examples
PT_PORT Visibility - Official bridge naming (OR_PORT/PT_PORT) enables drop-in replacement for
thetorproject/obfs4-bridge, but examples didn't show this - now they doBandwidth Clarity - Users were confused about
RelayBandwidthRatevsBandwidthRate- now every template/example explains the difference:PR Template - Ensures future contributions meet project quality standards with comprehensive checklists
Ready for v1.1.1 Release
This PR completes the v1.1.1 release documentation:
After merge: Ready to tag v1.1.1 and trigger release workflow.
Thank you for reviewing! 🧅✨
This PR ensures v1.1.1 users have complete, accurate documentation for all configuration options and improvements.
Questions?