Skip to content

mapiproxy 0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 15:00
· 58 commits to main since this release
  • Add option --color=always|never|auto to control the use of color escapes.
    'Auto' is 'on' on terminals, 'off' otherwise.

  • Colorize text, digits and whitespace in binary output. This makes it easier
    to match the hex codes on the left to the characters on the right.

  • Support raw IPv6 addresses in LISTEN_ADDR and FORWARD_ADDR, between square brackets.
    For example, [::1]:50000.

  • Clean up Unix sockets when Control-C is pressed.