Skip to content

release 1.20.1#129

Merged
fifthsegment merged 2 commits intomasterfrom
release-v1201
Jan 31, 2026
Merged

release 1.20.1#129
fifthsegment merged 2 commits intomasterfrom
release-v1201

Conversation

@fifthsegment
Copy link
Owner

No description provided.

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

github-actions bot commented Jan 31, 2026

🚀 PR Build Artifacts

Test binaries have been built for this PR (commit 60245b5).

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-129
  2. Via GitHub CLI:

    gh run download 21543040941 -n gatesentry-pr-129 -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