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

will you add proxy-protocol support? #35

Open
lootoos opened this issue Aug 11, 2022 · 11 comments
Open

will you add proxy-protocol support? #35

lootoos opened this issue Aug 11, 2022 · 11 comments
Labels
enhancement New feature or request

Comments

@lootoos
Copy link

lootoos commented Aug 11, 2022

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?

@editso
Copy link
Owner

editso commented Aug 11, 2022

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?

do you mean, forward external real ip to fuso client?

@editso
Copy link
Owner

editso commented Aug 11, 2022

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?

Is this question the same as #33?

@lootoos
Copy link
Author

lootoos commented Aug 11, 2022

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?

do you mean, forward external real ip to fuso client?

yes

@lootoos
Copy link
Author

lootoos commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

@editso
Copy link
Owner

editso commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

You can try to modify handshake#L138 to achieve

@lootoos
Copy link
Author

lootoos commented Aug 11, 2022

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?

Is this question the same as #33?

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"

@editso
Copy link
Owner

editso commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

You can try to modify handshake#L138 to achieve

no entiendo el lenguaje "rust"

I can implement it, but it will take a little time

@lootoos
Copy link
Author

lootoos commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

You can try to modify handshake#L138 to achieve

no entiendo el lenguaje "rust"

I can implement it, but it will take a little time

is it also possible to implement this for the udp protocol?

@editso
Copy link
Owner

editso commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

You can try to modify handshake#L138 to achieve

no entiendo el lenguaje "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

@lootoos
Copy link
Author

lootoos commented Aug 11, 2022

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?

Is this question the same as #33?

no, but the question is similar, ip forward is different from proxy-protocol

You can try to modify handshake#L138 to achieve

no entiendo el lenguaje "rust"

I can implement it, but it will take a little time

ok

@editso editso added the enhancement New feature or request label Aug 11, 2022
@editso editso pinned this issue Aug 11, 2022
@lootoos
Copy link
Author

lootoos commented Dec 14, 2022

Proxy Protocol to send user’s real IP to local services.

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

2 participants