mirror of
https://github.com/tuanngocptn/nport.git
synced 2026-04-26 05:35:48 +03:00
[PR #15] [MERGED] Add tunnel max age configuration and cleanup logic #15
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nport#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tuanngocptn/nport/pull/15
Author: @tuanngocptn
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @tuanngocptn
Base:
main← Head:fix/set_timeout_on_server📝 Commits (2)
5b05168Add tunnel max age configuration and cleanup logic7b58ba5Release v1.1.1 - Add configurable tunnel max age and enhance cleanup logic📊 Changes
6 files changed (+234 additions, -8 deletions)
View changed files
📝
server/CHANGELOG.md(+38 -0)📝
server/package-lock.json(+2 -2)📝
server/package.json(+1 -1)📝
server/src/index.ts(+61 -3)📝
server/test/index.spec.ts(+129 -2)📝
server/wrangler.jsonc(+3 -0)📄 Description
TUNNEL_MAX_AGE_HOURSto configure the maximum age for healthy tunnels before cleanup.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.