Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In tunnel mode, without proxying functions #213

Open
lootoos opened this issue Dec 21, 2022 · 0 comments
Open

In tunnel mode, without proxying functions #213

lootoos opened this issue Dec 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lootoos
Copy link

lootoos commented Dec 21, 2022

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.

@lootoos lootoos added the enhancement New feature or request label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant