[GH-ISSUE #3220] [Feature Request] In tunnel mode, without proxying functions. #2582

Closed
opened 2026-05-05 13:39:42 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @lootoos on GitHub (Dec 18, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3220

Describe the feature request

Is it possible to enable frp in tunnel mode without proxy functions?
I make a tunnel through wireguard, I send packets to it using iptables -t nat -A PREROUTING -i ens3 -p tcp --dport 25565 -j DNAT --to 10.228.228.2:25565, so I keep the normal IP addresses of the players and also have UDP/TCP support
But I tested such an implementation for downloading files, a file weighing 7GB is transmitted at a speed of 2MB/S, if you transfer the file via nginx then the speed is 2.5MB/S

Describe alternatives you've considered

Wireguard :"considered but not sure if it has the lowest ping", tunnel Proxied via nginx.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @lootoos on GitHub (Dec 18, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3220 ### Describe the feature request Is it possible to enable frp in tunnel mode without proxy functions? I make a tunnel through wireguard, I send packets to it using iptables -t nat -A PREROUTING -i ens3 -p tcp --dport 25565 -j DNAT --to 10.228.228.2:25565, so I keep the normal IP addresses of the players and also have UDP/TCP support But I tested such an implementation for downloading files, a file weighing 7GB is transmitted at a speed of 2MB/S, if you transfer the file via nginx then the speed is 2.5MB/S ### Describe alternatives you've considered Wireguard :"considered but not sure if it has the lowest ping", tunnel Proxied via nginx. ### Affected area - [ ] Docs - [ ] Installation - [X] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [X] Extensions - [X] Others
gitea-mirror 2026-05-05 13:39:42 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 18, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1386289134 --> @github-actions[bot] commented on GitHub (Jan 18, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#2582
No description provided.