Skip to content

v0.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 10:19

Enhancements:

  1. proxy: support https health checking;

  2. proxy: support regex match in http&https health checking;

    So we can set checking like:

    • check=https://www.netflix.com/title/70143836#expect=301
    • check=https://www.netflix.com/title/70143836#expect=301|404

Bug Fixes:

  1. vmess: fixed a panic issue in v0.15.1 (with @mzz2017 )