alberk8
alberk8
> Probably reversing bytes for ipv6 is not necessary because original bytes are taken directly. But I will do further confirming. > > Do you mean ProxyInfo.SourceIPAddress and ProxyInfo.DestinationIPAddress are...
One more thing. if I call the `session.Connection.ProxyInfo.SourceIPAddress` when the enableProxyProtocol is not set it will throw a null reference. Can this not throw?
This is my traefik docker compose and the TCP I am testing against is a mqtt from emqx Test procecure 1) docker compose up -d 2) open browser to http://192.168.1.74/dashboard/...
How do I go about creating such an catchAll router. Do I need a specific docker image?
The configuration you have provided did not work. I have to do the following. I also notice from the traefik dashboard that the config you have provided does not create...
I have tried the config again and it works and I tried to apply the changes to my other docker compose and it does not seems to work. After some...
@kevinpollet, Is there any progress on this? Thank you.
Would be very helpful to have Proxy Protocol support especially when the server is hosted behind a Reverse Proxy Server like traefik or Kubernetes. [Proxy Protocol Specs](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt)