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 = trueWhat's Changed
- Tell about mise in readme by @9seconds in #329
- Mention telemt project in README by @9seconds in #330
- Chore updates for golang 1.26 by @9seconds in #331
- Recommend to use telemt for adtag carvings by @9seconds in #332
- Add support of proxy protocol by @9seconds in #333
Full Changelog: v2.1.9...v2.1.10