Enhancements:
-
proxy: support https health checking;
-
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:
- vmess: fixed a panic issue in v0.15.1 (with @mzz2017 )