fuso icon indicating copy to clipboard operation
fuso copied to clipboard

will you add proxy-protocol support?

Open lootoos opened this issue 3 years ago • 11 comments

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?

lootoos avatar Aug 11 '22 12:08 lootoos

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 avatar Aug 11 '22 14:08 editso

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?

editso avatar Aug 11 '22 14:08 editso

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 avatar Aug 11 '22 15:08 lootoos

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

lootoos avatar Aug 11 '22 15:08 lootoos

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

editso avatar Aug 11 '22 15:08 editso

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"

lootoos avatar Aug 11 '22 15:08 lootoos

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

editso avatar Aug 11 '22 15:08 editso

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?

lootoos avatar Aug 11 '22 15:08 lootoos

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

editso avatar Aug 11 '22 15:08 editso

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

lootoos avatar Aug 11 '22 15:08 lootoos

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

lootoos avatar Dec 14 '22 17:12 lootoos