Merged
Conversation
🚀 PR Build ArtifactsTest binaries have been built for this PR (commit 7d06f4e). Available Binaries:
Download Instructions:
Quick Test (Linux/macOS):# Extract and make executable
chmod +x gatesentry-*
# Test with low memory settings (good for routers)
export GS_MAX_SCAN_SIZE_MB=3
export GS_DEBUG_LOGGING=false
./gatesentry-linux-amd64
# Or test with custom settings
export GS_MAX_SCAN_SIZE_MB=10
./gatesentry-linux-amd64Quick Test (Windows):# Set environment variables
$env:GS_MAX_SCAN_SIZE_MB=10
$env:GS_DEBUG_LOGGING="false"
.\gatesentry-windows-amd64.exeConfiguration Options:
See ROUTER_OPTIMIZATION.md for detailed configuration guide. 📝 Binaries are kept for 30 days and automatically deleted afterwards. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.