github 9seconds/mtg v2.1.10

7 hours ago

This is mostly chore release with 1 small feature: full support for proxy protocol. This is optional feature but quite handy for all users of load balancers like HAProxy or ELB. mtg supports both v1 and v2.

Here is how to enable it in your config:

# This defines what types of traffic mtg listens to. If you are not sure,
# then definitely keep it disable. Enable it only and only if incoming traffic
# is coming from some sort of load-balancer like HAProxy or ELB.
# https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt
#
# mtg uses a library that supports v1 and v2 versions of ProxyProtocol.
# default value is false.
proxy-protocol-listener = true

What's Changed

Full Changelog: v2.1.9...v2.1.10

Don't miss a new mtg release

NewReleases is sending notifications on new releases.