Skip to content

merge#127

Closed
fifthsegment wants to merge 1 commit intomasterfrom
release-v1193
Closed

merge#127
fifthsegment wants to merge 1 commit intomasterfrom
release-v1193

Conversation

@fifthsegment
Copy link
Owner

No description provided.

@github-actions
Copy link

🚀 PR Build Artifacts

Test binaries have been built for this PR (commit 7d4a5bc).

Available Binaries:

  • gatesentry-linux-amd64 (30.36 MB)
  • gatesentry-linux-arm64 (28.96 MB)
  • gatesentry-macos-amd64 (30.25 MB)
  • gatesentry-macos-arm64 (29.12 MB)
  • gatesentry-windows-amd64.exe (30.77 MB)

Download Instructions:

  1. Via GitHub Actions UI:

    • Go to the Actions tab
    • Scroll down to "Artifacts" section
    • Download gatesentry-pr-127
  2. Via GitHub CLI:

    gh run download 21542484298 -n gatesentry-pr-127 -R fifthsegment/Gatesentry

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-amd64

Quick Test (Windows):

# Set environment variables
$env:GS_MAX_SCAN_SIZE_MB=10
$env:GS_DEBUG_LOGGING="false"
.\gatesentry-windows-amd64.exe

Configuration Options:

  • GS_MAX_SCAN_SIZE_MB: Set max content scan size (1-1000 MB, default: 10)
  • GS_DEBUG_LOGGING: Enable verbose logging (true/false, default: false)

See ROUTER_OPTIMIZATION.md for detailed configuration guide.


📝 Binaries are kept for 30 days and automatically deleted afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant