Bugfixes
- vmess ws headers not set properly with
ws-opts
(#1595) @maskedeken - potential overflow in ssr (#1600) @fakeboboliu
- should not unmarshal
RawConfig
to pointer (#1615) @Kr328 - should not trust address of
http.Client
(#1616) @Kr328 - potential pitfalls on dns request
- http(s) proxy authentication (#1613) @lxe524
- socks4 request continues after authentication failed (#1624) @ExcitedCodes