PanSzelescik / proxy-protocol-support

Proxy Protocol support for Fabric and Quilt servers
https://www.curseforge.com/minecraft/mc-mods/proxy-protocol-support
MIT License
8 stars 5 forks source link

Localhost not working anymore #15

Open someRandomDude-a opened 3 weeks ago

someRandomDude-a commented 3 weeks ago

Using this mod on my server makes it impossible for localhosts to connect and I want to fix that problem if possible

bleached45 commented 2 weeks ago

I'm seeing this same issue. I tried adding my local IPs in the "proxy-protocol-whitelisted-ips" and it still is not working. I can even see the ip/range in the server log of whitelisted IPs. I do not see a block message come up in the log. It just fails. Works fine though if I access it from the proxy address. I can access locally again if I set "enable-proxy-protocol" to false.

I'm assuming the client is not using proxy protocol when trying to connect to the server, but I'm not sure how to fix that.