[PR #4951] [MERGED] xtcp: add configuration to disable assisted addresses in NAT traversal #5085

Closed
opened 2026-05-05 14:54:26 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4951
Author: @fatedier
Created: 8/25/2025
Status: Merged
Merged: 8/25/2025
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 4f6da68 xtcp: add configuration to disable assisted addresses in NAT traversal

📊 Changes

8 files changed (+63 additions, -11 deletions)

View changed files

📝 Release.md (+1 -5)
📝 client/proxy/xtcp.go (+9 -1)
📝 client/visitor/xtcp.go (+9 -1)
📝 conf/frpc_full_example.toml (+15 -0)
📝 pkg/config/v1/common.go (+8 -0)
📝 pkg/config/v1/proxy.go (+3 -0)
📝 pkg/config/v1/visitor.go (+3 -0)
📝 pkg/nathole/nathole.go (+15 -4)

📄 Description

WHY

Fix #3717
Fix #4903


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4951 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`4f6da68`](https://github.com/fatedier/frp/commit/4f6da684a4a59cd9913bff79c8899ee57efc4d01) xtcp: add configuration to disable assisted addresses in NAT traversal ### 📊 Changes **8 files changed** (+63 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+1 -5) 📝 `client/proxy/xtcp.go` (+9 -1) 📝 `client/visitor/xtcp.go` (+9 -1) 📝 `conf/frpc_full_example.toml` (+15 -0) 📝 `pkg/config/v1/common.go` (+8 -0) 📝 `pkg/config/v1/proxy.go` (+3 -0) 📝 `pkg/config/v1/visitor.go` (+3 -0) 📝 `pkg/nathole/nathole.go` (+15 -4) </details> ### 📄 Description ### WHY Fix #3717 Fix #4903 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:54:26 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#5085
No description provided.