Skip to content

release v1.20.5#133

Merged
fifthsegment merged 1 commit intomasterfrom
release-v1205
Jan 31, 2026
Merged

release v1.20.5#133
fifthsegment merged 1 commit intomasterfrom
release-v1205

Conversation

@fifthsegment
Copy link
Owner

No description provided.

@fifthsegment fifthsegment merged commit b1c6d6b into master Jan 31, 2026
5 checks passed
@github-actions
Copy link

🚀 PR Build Artifacts

Test binaries have been built for this PR (commit 800c492).

Available Binaries:

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

Download Instructions:

  1. Via GitHub Actions UI:

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

    gh run download 21548817172 -n gatesentry-pr-133 -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