-
Notifications
You must be signed in to change notification settings - Fork 195
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
will you add proxy-protocol support? #35
Comments
do you mean, forward external real ip to fuso client? |
Is this question the same as #33? |
yes |
no, but the question is similar, ip forward is different from proxy-protocol |
You can try to modify handshake#L138 to achieve |
I don't understand the language "rust" |
I can implement it, but it will take a little time |
is it also possible to implement this for the udp protocol? |
I think it's possible |
ok |
Proxy Protocol to send user’s real IP to local services. |
in order to be able to get normal IP addresses to the minecraft server.
in order for the server to be able to receive external IP addresses of players.
by the way, nginx supports proxy_protocol (https://imgbb.com/FnpFhPk), will you introduce such functionality in fuso?
The text was updated successfully, but these errors were encountered: