Skip to content

release 1.20.6#134

Merged
fifthsegment merged 3 commits intomasterfrom
release-v1206
Jan 31, 2026
Merged

release 1.20.6#134
fifthsegment merged 3 commits intomasterfrom
release-v1206

Conversation

@fifthsegment
Copy link
Owner

No description provided.

@github-actions
Copy link

🚀 PR Build Artifacts

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

Available Binaries:

  • gatesentry-linux-amd64 (30.36 MB)
  • gatesentry-linux-arm64 (28.96 MB)
  • gatesentry-macos-amd64 (30.24 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-134
  2. Via GitHub CLI:

    gh run download 21550252299 -n gatesentry-pr-134 -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.

@fifthsegment fifthsegment merged commit 6ebdd02 into master Jan 31, 2026
6 checks passed
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