Mihomo 发布 v1.19.31

Mihomo 发布 v1.19.31,新增 EasyTier 出站、TUN 的 stack: mips 配置及 ZeroTier 的 identity-secret 支持;修复 Hysteria UDP、Tailscale 分流 DNS、VLESS 解密清理与域名规则匹配等问题,并降低 gVisor、mipstack 等组件的内存开销。

官方变更日志

What's Changed

  • dca26db0 feat: add EasyTier outbound (#3194) by @MiaM1ku
  • ab405bad feat: support stack: mips in tun configuration by @wwqgtxx
  • 390870c7 feat: support identity-secret for ZeroTier by @wwqgtxx

BUG & Fix

  • 0159cf47 fix: restore hysteria v1 udp handling (#3178) by @Chenx Dust
  • 04366507 fix: close connection after error handling in doq by @wwqgtxx
  • 06b2c5b8 fix: close connection after error handling in mkcp outbound by @wwqgtxx
  • 127b1392 fix: split-DNS UDP queries fail silently in tsnet mode when upstream is a tailnet peer by @wwqgtxx
  • 187c6342 fix: close connection after error handling in snell outbound by @wwqgtxx
  • 1cdca1a0 fix: handle decryption handshake errors in server by @wwqgtxx
  • 20bcda2d fix: avoid VLESS decryption cleanup panic (#3195) by @浅小沫
  • 5183232e fix: RandomPaddingAddition and DisableCookies for AmneziaWG v3 by @wwqgtxx
  • 5f951098 fix: DomainSet wildcard matching with overlapping rules by @wwqgtxx
  • 634b3199 fix: hysteria2 UDP sessions not closed on connection close by @wwqgtxx
  • 68ec4fae fix: ipv6 url parse in xhttp (#3160) by @CyberVacation
  • 6d179a1c fix: openvpn derive the tls-auth HMAC digest from auth instead of hard-coding SHA-1 (#3189) by @Token
  • 77b9393c fix: preserve domain rules across Foreach round trips by @wwqgtxx
  • 78210c9c fix: close connection after error handling in kcptun by @wwqgtxx
  • 7d7532d4 fix: error using of safeConnClose in sudoku outbound by @wwqgtxx
  • 94ccba56 fix: mieru listener doesn't obey "listen" config (#3205) by @enfein
  • 99c49780 fix: prevent nil pointer dereference in WireGuard initialization (#3148) by @Sinspired
  • a91201f1 fix: correct android amd64 core asset name in updater (#3167) by @NuoFang
  • c0e43ebe fix: tailscale should always use UserDial for upstream TCP DNS server by @wwqgtxx
  • d5f57a5e fix: missing NeedHandshake for shadowsocks none by @wwqgtxx
  • dc66a8a1 fix: close connection after error handling in handleContextListener by @wwqgtxx
  • e0f1d2b2 fix: close udp endpoint in mieru server by @wwqgtxx
  • faeb537a fix: close connection after error handling in tuic server by @wwqgtxx
  • fb66af81 fix: typo in config.yaml (#3145) by @Kosta
  • fd74ecb6 fix: trusttunnel client not waiting for TCP connection established by @wwqgtxx

Maintenance

  • 061966e7 chore: OpenVPN no longer relies on the underlying conn deadline functions by @wwqgtxx
  • 2ecceb5b chore: improve mipstack under device backpressure by @wwqgtxx
  • 2f7eae5a chore: report detailed errors for invalid Clash-style domain patterns by @wwqgtxx
  • 2fe7ecbf chore: change yaml library to go.yaml.in/yaml/v3 by @wwqgtxx
  • 4aa9cc17 chore: avoid redundant select calculations in DomainSet by @wwqgtxx
  • 4dfaa902 chore: align the APIs between mipstack and gvisor by @wwqgtxx
  • 518c7036 chore: convert support REALITY ML-KEM option (#3199) by @Aethersailor
  • 6087521e chore: avoid a separate rule slice in DumpMrs by @wwqgtxx
  • 65287f0e chore: reduce memory usage in converter (#3159) by @beck
  • 8e2f18a1 chore: avoid redundant rank calculations in DomainSet by @wwqgtxx
  • 8e6738fa chore: update tailscale to v1.102.3 by @wwqgtxx
  • 8f54283e chore: updated sudoku to v0.5.0 (#3187) by @saba-futai
  • 92433dba chore: reduce gVisor memory usage by @wwqgtxx
  • b59a7e7b chore: sharing synthetic datasets used for build benchmarking by @wwqgtxx
  • bbb8cb92 chore: add standalone DomainSetBuilder by @wwqgtxx
  • c210be21 chore: buffer geodata reads with a 16 KiB reader (#3185) by @Huffer
  • d37f58e7 chore: add new DomainMap implement based on succinct DomainSet by @wwqgtxx
  • dd26c524 chore: reduce connection memory and actor stack overhead for mipstack by @wwqgtxx
  • ebf82e29 chore: reuse queues during DomainSet build by @wwqgtxx
  • f295ba6d chore: update mipstack for api adjustment by @wwqgtxx
  • f6a038ce chore: add some benchmark code for new DomainMap by @wwqgtxx
  • fe22fdd2 chore: update mieru version (#3119) by @enfein